summaryrefslogtreecommitdiff
path: root/slicer/json
Commit message (Collapse)AuthorAge
* Use adhocutil's visibilityDan Goodliffe2015-10-11
|
* Use libjsonpp stream parser instead of buffering whole file in a ustringDan Goodliffe2015-10-09
|
* Visibility hiddenslicer-1.0.3Dan Goodliffe2015-07-25
|
* Name tweaks to restore compatibility with previous interfaceDan Goodliffe2015-01-09
|
* Support getting a reference to a child, for access to its metadata, and then ↵Dan Goodliffe2015-01-08
| | | | GetChild wraps that
* Allow GetChild without a name (think JSON style) and require name to be ↵Dan Goodliffe2015-01-07
| | | | correct (don't blindly accept empty string) in all other cases)
* Fix JSON serializer's root iterate for sequencesDan Goodliffe2015-01-06
|
* A single ycm config that gets its args from b2Dan Goodliffe2015-01-04
|
* Fix up ycm configsDan Goodliffe2015-01-03
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-03
|
* Separate serializer and deserializer class hierarchiesslicer-0.8.1randomdan2014-09-26
|
* Allow overriding of the slicer-typeid property namerandomdan2014-09-15
|
* Fix support for json to deserialize inherited typesrandomdan2014-09-14
|
* Slicer core to operate on any types passed to constructor, not just boost pathsrandomdan2014-09-11
| | | | Extend implementations to work on their native document types + covering tests
* Fix typo in get overload for shortsrandomdan2014-09-06
|
* Fix serializer interface to operate only on model part, everything else is ↵randomdan2014-09-03
| | | | via implementor's constructor
* Adds core support for model part approximate type (complex, simple, ↵randomdan2014-07-04
sequence, etc) Adds support for JSON