Skip to content

Releases: eteran/cpp-json

4.1

02 Jul 17:00

Choose a tag to compare

API improvments
Bug Fixes

4.0

01 Jul 15:18

Choose a tag to compare

4.0
massive updates

now it's single header
supports json pointer API via json::ptr
speed improvements
etc..

3.4

12 Jun 03:03

Choose a tag to compare

3.4

A bunch of small tweaks

3.3.1

06 Oct 05:54

Choose a tag to compare

  • Fixed a minor warning

3.3

06 Oct 05:43

Choose a tag to compare

3.3
  • Fixed a bug involving move constructors with json::value
  • Using default implementations of some trivial constructors.

3.2: Merge pull request #5 from trueqbit/multiply_defined_symbols_found

18 Mar 15:15

Choose a tag to compare

Fixes an issue with some methods not being inline.

3.1

15 Oct 04:29

Choose a tag to compare

3.1

Minor improvements

3.0

09 Sep 01:07

Choose a tag to compare

3.0
  • Takes advantage of C++11 features
  • No longer requires any 3rd party libraries

2.2

12 May 04:02

Choose a tag to compare

2.2
better organization and testability of tests