Menu

#16 Object names are not escaped

open
nobody
library (12)
5
2012-10-05
2012-10-05
No

if you have the object described by the following JSON
{ "\"key\" ": "\"value\"" }
Stored in memory jaula will serialise that as
{ ""key"": "\"value\"" }

according to http://www.json.org/ the object name should be treated the same was as a value string.

(inefficient) patch attached.

Discussion

  • Stephen Lynch

    Stephen Lynch - 2012-10-05

    Create a temporary Value_String containing object names

     
  • Stephen Lynch

    Stephen Lynch - 2012-10-05
    • labels: --> library
     

Log in to post a comment.