3.1:
- Added NumberToDoubleByIndex to the JSONArray class.
- Added NumberToIntegerByIndex to the JSONArray class.
3.0:
- Added Linux ARM 64 build. (Works for Xojo 2022r4 or later).
2.0:
- Added Windows Arm 64 build.
1.5.2:
- Retargeted iOS Min version from 13 to 11.
- Fixed incorrect Code sign on macOS 32 bit systems.
1.5:
- Added Apple Silicon compile. (Not tested).
- Added Apple iOS compile.
1.2:
1.1:
- Added support for Xojo 2019r2 DateTime object.
- Added optional EvaluateStringDelegate to the ToVariant method.
- Added ContainsKey function to the JSONObject class.
- Fixed bug when auto encoding JSON from Variant nested structure where last item in array could get skipped.
- Fixed macOS Catalina issue with code signs.
1.0:
- This is the first version of the Einhugur JSON Parser II plugin which is base on the Janson JSON library. Previously we had JSON Parser plugin based on libjson. We will continue to maintain the old plugin also.