sdk-javascript/test
Lance Ball db4be6b1da
src: be more forgiving parsing JSON as a string (#417)
* src: be more forgiving parsing JSON as a string

A simple string is considered valid JSON. However, our parsers do
not accept that unless the string has quotation marks. This commit
modifies the parser to look for strings declared as application/json
which do not begin with '[' '{' or '"' and surrounds them with
quotes.

Signed-off-by: Lance Ball <lball@redhat.com>
2021-05-13 12:46:36 -04:00
..
conformance feat: introduce Message, Serializer, Deserializer and Binding interfaces (#324) 2020-08-26 18:26:50 -04:00
integration src: be more forgiving parsing JSON as a string (#417) 2021-05-13 12:46:36 -04:00