Releases: cristianbuse/VBA-FastJSON
Releases · cristianbuse/VBA-FastJSON
VBA-FastJSON v1.1.0
VBA-FastJSON v1.0.9
VBA-FastJSON v1.0.8
VBA-FastJSON v1.0.7
VBA-FastJSON v1.0.6
VBA-FastJSON v1.0.5
Updated tests with localized dot character for decimals: Added TestLibJSON.ToLocaleDot to localize the dot char in decimal strings. Fix for #8
VBA-FastJSON v1.0.4
- Fix for #7 - handle case when
Scripting.DictionaryaddsByRefflag toLongLongitems - 'Missing' gets converted to 'null' for items and to "Missing" string for keys (if forceKeysToText)
VBA-FastJSON v1.0.3
VBA-FastJSON v1.0.2
VBA-FastJSON v1.0.1
- Minor comment changes
- Added tests for multi-dimensional arrays (supported row-wise for 1 to 60 dimensions)