Releases: mtschoen/JSONObject
Releases · mtschoen/JSONObject
2.1.2
Fix issue parsing json strings with whitespace after colon characters
2.1.1
Fix issue parsing nested arrays with multiple elements
Refactor MaxDepth tests
Fix issues with MaxDepth
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
Add JSONObject to Defective.JSON namespace
Update APIs to be more descriptive
Fix parsing errors
Add tests