Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Anthony FishbeckAnthony FishbeckReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
MinorCompatibility
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Anthony Fishbeck
Anthony FishbeckReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Compatibility
Minor
Fix versions
Pull Request URL
Created November 29, 2017 at 11:43 AM
Updated July 20, 2018 at 7:47 AM
Resolved July 20, 2018 at 7:47 AM
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.