Commit Graph

13 Commits

Author SHA1 Message Date
Tristan Penman
9b3779a57b Move functions for parsing/unpacking JSON Reference strings to separate header file 2015-10-16 21:33:40 +11:00
Tristan Penman
e21b31295f Add picojson_adapter.hpp to Xcode project file 2015-10-13 13:03:35 +11:00
Tristan Penman
3ac87e9af2 Add picojson to xcode project 2015-06-17 09:37:51 +10:00
Tristan Penman
f627ef6e15 Add README.md and LICENSE to Xcode project 2015-05-14 08:13:00 +10:00
Tristan Penman
c43c8568f5 Rename json_reference namespace to json_pointer and move unrelated functionality back into SchemaParser class 2015-05-06 18:46:39 +10:00
Tristan Penman
f42a4f9458 Lift rough JSON Pointer resolution functions into separate file 2015-05-05 16:18:21 +10:00
Tristan Penman
e8bb484011 Update Xcode project files 2015-05-04 11:06:20 +10:00
Tristan Penman
630703c627 Move jsoncpp build into separate library in Xcode project to contain compiler warnings 2015-03-15 15:29:34 +11:00
Tristan Penman
9ea602d13a Upgrade to jsoncpp 0.9.4 2015-03-15 12:24:34 +11:00
Tristan Penman
467368d022 Improve contexts for error reporting, and fix unicode bug. 2014-06-15 22:09:38 +10:00
Tristan Penman
031ca48079 Make min/max length constraints unicode-aware so that strings containing non-ASCII characters are handled correctly. 2014-06-15 13:35:16 +10:00
Tristan Penman
68d0ebf866 Update gtest to version 1.7.0 and fix xcode build errors. 2014-04-17 10:58:06 +10: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