Commit Graph

41 Commits

Author SHA1 Message Date
Jon Petrissans
c5dac2bc0b Install cmake export file 2022-01-31 08:40:44 +01:00
Tristan Penman
75ada05cf8 Use strong types in external_schema example, and update README 2021-11-06 08:53:39 +11:00
Tristan Penman
3eaf1bb93e Add note about VALIJSON_USE_EXCEPTIONS to the README 2021-11-05 09:59:35 +11:00
veselypeta
e5530febe7 update README add with cmake 2021-09-16 14:34:05 +01:00
Tristan Penman
6dab4978be Update README and tweak syntax in Boost.JSON adapter 2021-09-15 10:15:03 +10:00
Tristan Penman
c5487c39eb Update rapidjson to latest code from github 2021-07-29 07:31:00 +10:00
Tristan Penman
8a784f23bf Minor fix for example code in README 2021-01-25 09:54:24 +11:00
Tristan Penman
8a700811d5 Add JSON Inspector example app 2020-11-08 17:33:37 +11:00
Jordan Bayles
ee4f85bf5e Minor tweaks to README.md file
This patch cleans up the README.md file to use more language markup
instead of raw text.
2020-11-06 17:19:18 -08:00
Tristan Penman
a703886214 Update jsoncpp link in readme 2020-11-06 13:24:57 +11:00
Ayaz Salikhov
c5e615431d
Add conan package manager info 2020-10-02 22:59:01 +03:00
Ayaz Salikhov
45b0f83b5a
Fix README so the code actually throws, when json is invalid 2020-10-01 17:31:04 +03:00
Arthur Farias
f60a30899b Added interface target to CMakeLists.txt 2020-07-09 18:24:41 +02:00
Tristan Penman
a4a1f98186 Update README to reflect current level of v7 support 2020-06-03 19:51:23 +10:00
Tristan Penman
1844241d2a Make Boost a truly optional dependency 2019-08-20 11:18:58 +10:00
WebFolder OÜ
6adf9f50c1
Added vcpkg port link 2019-05-08 23:43:23 +03:00
Christoph König
12425ff0be Update rapidjson to v1.1.0 2018-10-24 12:05:24 +02:00
Tristan Penman
b1a1120602 Update README 2017-06-01 10:12:34 +10:00
Tristan Penman
91b28536b2 Update Authors and README files 2017-03-29 08:35:25 +11:00
Rian Quinn
0d85a3c167 Update README.md 2016-11-27 13:54:36 -07:00
Tristan Penman
f6690be593 Update README re: boost dependency and instead mention requirement for C++11 2016-08-15 22:32:47 -07:00
Tristan Penman
38e6b05afa Minor correction re: support for definitions 2016-07-28 19:55:18 -07:00
Tristan Penman
747ca4afd1 Update README with information about JSON Reference support 2016-03-20 14:10:06 +11:00
Tristan Penman
03749c0498 Add details about updated memory management scheme to README 2016-02-04 16:49:02 -08:00
Tristan Penman
68664a5781 Fix example in README file 2016-02-02 15:06:17 -08:00
Tristan Penman
0d028fb188 Upgrade rapidjson from version 0.1 to version 1.0.2 2016-02-02 15:06:17 -08:00
Tristan Penman
8ee5ccbbcf Add link to nlohmann/json to README file 2016-02-02 08:14:24 -08:00
Tristan Penman
f6476167b5 Update README to include link to json11 2016-02-01 11:38:50 -08:00
Tristan Penman
9ec9a37222 Fix minor issues raised by Doxygen and add a few missing doc-comments 2015-12-20 08:16:16 +11:00
Tristan Penman
2c712fd29f Update README with more info about JSON References 2015-10-17 08:41:09 +11:00
Tristan Penman
fb5daa587a Restructure README and include example usage snippets 2015-05-14 08:09:38 +10:00
Tristan Penman
ba05594f53 Ensure picojson.h is included earlier in tests and add note about header include ordering to README 2015-05-12 08:21:14 +10:00
Hiroyuki Kobayashi
24d993dcd2 Support picojson library 2015-05-09 00:41:44 +09:00
Tristan Penman
f4179477db Fix README file so that it doesn't cause warnings when processed by doxygen 2015-05-04 11:01:44 +10:00
Tristan Penman
19da922101 Update README to remove divisibleBy exception 2015-04-02 08:38:44 +11:00
Tristan Penman
4c93d0ec0a Remove notes about multipleOf from README file 2015-03-22 22:20:33 +11:00
Tristan Penman
27c065b37f Add missing 'Documentation' heading to README 2015-03-20 16:23:12 +11:00
Tristan Penman
55406945d8 Update README with latest version numbers, build info, and project goals 2015-03-20 16:22:12 +11:00
Tristan Penman
17b3dff2cf Add CMake and travis configuration files for automated builds. 2014-04-17 10:58:51 +10:00
Tristan Penman
46ac9159bd Update requirements in README file, add make wrapping more consistent. 2014-03-01 08:59:43 +11:00
Tristan Penman
4c9864de73 Initial commit.
This commit contains the third major design of a C++ library for JSON Schema validation.

It is definitely not what I would consider production-ready, but I do think that the overall design of the library is robust.
2013-10-30 07:51:11 +11:00