Closed acsaki closed 2 years ago
Valid JSON values include primitives (like literal strings and numeric values) and arrays too but out serializers and deserializers assume the JSON have to be an object type (like {"property" : "value"}.
We should support non object values too.
Valid JSON values include primitives (like literal strings and numeric values) and arrays too but out serializers and deserializers assume the JSON have to be an object type (like {"property" : "value"}.
We should support non object values too.