Releases: maximilianvoss/json2map
Releases · maximilianvoss/json2map
v2.0
v1.1
- Introduction of json sub objects in a separate map
v1.0
- Fix stable release with a good set of features
- no memory leaks
v0.14
- Fix: if a NULL is passed as json string in json2map, it will cause a seg fault
v0.13
- Unit Tests
- Nice file structure
- Dynamic Memory allocation instead of fixed memory sizes
- Array order is obeyed on json2map
- Make it build on Travis
- Using csafestring for buffer usages
v0.12
- Using CSafeString for Buffers
- Removed all fixed buffers - prevent overflows
v0.11
- Fix stack overflow if buffer or jsonstring is too big
- Fix memory leak in while freeing buffer
json2map-v0.9
Now it is possible to get the array size from ... array[x]...
Makes it for applications easier to get the size of an array.
json2map-v0.8
Bugfix: multiple objects within Array were not supported and lead to maleformed json
json2map-v0.7
Making the key generation for map configurable in terms of separation chars.