Skip to content

Releases: mtschoen/JSONObject

2.1.2

02 Feb 09:24
Compare
Choose a tag to compare

Fix issue parsing json strings with whitespace after colon characters

2.1.1

02 Feb 09:23
Compare
Choose a tag to compare

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

2.1

04 Jan 06:21
Compare
Choose a tag to compare
2.1

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

04 Jan 06:21
Compare
Choose a tag to compare
2.0

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