Skip to content

Releases: maximilianvoss/json2map

v2.0

26 Feb 21:43

Choose a tag to compare

  • Added the possibility to add prefixes if a json is converted to a map, vice versa
  • major release due to API changes

v1.1

23 Jan 17:56

Choose a tag to compare

  • Introduction of json sub objects in a separate map

v1.0

20 Jan 18:22

Choose a tag to compare

  • Fix stable release with a good set of features
  • no memory leaks

v0.14

13 Jan 18:55

Choose a tag to compare

  • Fix: if a NULL is passed as json string in json2map, it will cause a seg fault

v0.13

10 Jan 21:59

Choose a tag to compare

  • 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

10 Jan 09:56

Choose a tag to compare

  • Using CSafeString for Buffers
  • Removed all fixed buffers - prevent overflows

v0.11

07 Nov 19:12

Choose a tag to compare

  • Fix stack overflow if buffer or jsonstring is too big
  • Fix memory leak in while freeing buffer

json2map-v0.9

05 Oct 14:29

Choose a tag to compare

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

15 Jul 20:59

Choose a tag to compare

Bugfix: multiple objects within Array were not supported and lead to maleformed json

json2map-v0.7

13 May 21:30

Choose a tag to compare

Making the key generation for map configurable in terms of separation chars.