JSON writer (va createIXmlWriterExt(... WTJSON) unconditionally produces a rootless json result

Description

The output of the WTJSON writer is rootless, which strictly isn't valid JSON.
Creating a XML writer via createIXmlWriterExt with e.g. WTStandard, produces rooted xml output.

Consequently, special handling of the JSON result is required to parse it, e.g. ptr_noRoot can be passed to createPTreeFromJSONString in order to parse the result.

The default behaviour should be to produce valid rooted JSON, with an extra flag/type to produce rootless JSON where required.

Conclusion

None

Activity

Show:

Jacob Cobbett-Smith June 28, 2018 at 11:26 PM

- There's a workaround for this currently in jsocket:

The PR for this fix should remove the above 'ptr_noRoot' and the comment can be removed at same time.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Minor

Fix versions

Created November 29, 2017 at 11:43 AM
Updated July 20, 2018 at 7:47 AM
Resolved July 20, 2018 at 7:47 AM