Skip to content

Releases: mtschoen/JSONObject

2.1.2

Choose a tag to compare

@mtschoen mtschoen released this 02 Feb 09:24

Fix issue parsing json strings with whitespace after colon characters

2.1.1

Choose a tag to compare

@mtschoen mtschoen released this 02 Feb 09:23

Fix issue parsing nested arrays with multiple elements
Refactor MaxDepth tests
Fix issues with MaxDepth

2.1

2.1

Choose a tag to compare

@mtschoen mtschoen released this 04 Jan 06:21

Rewrite parser to be more efficient (~2x speedup)
Add CreateAsync method to parse asynchronously with progress indicator
Refactor VectorTemplates to use extension methods
Fix parsing errors
Add more tests

2.0

2.0

Choose a tag to compare

@mtschoen mtschoen released this 04 Jan 06:21

Add JSONObject to Defective.JSON namespace
Update APIs to be more descriptive
Fix parsing errors
Add tests