Skip to content

Fixes attribute handling in JSONStructuredOutput and inline JSON.

Pre-release
Pre-release
Compare
Choose a tag to compare
@andyHa andyHa released this 06 Jul 07:46
· 2793 commits to master since this release

When using JSONStructuredOutput.beginObject with attributes, we sometimes emitted invalid JSON, this is now fixed.

If JSONStructuredOutput.property encounters a JSONObject or JSONArray it is now integrated into the JSON output.