- None yet
- None yet
- Migrate to
APIv1.6 - Use
cmsdk2_functions for build
- Update cmake files for use with
CMakeSDKv2.0
- Remove deprecated use of
std::iteratorin rapidjson - Remove requirement to null terminate underlying jansson API calls
- Add
doxygenfile for generating documents - Remove virtual functions from
json::JsonValue- Make
create()functions static
- Make
- Add
recursivetojson::JsonObject::UpdateFlags
- Use
cpprather thanc++for markdown code blocks - Remove
json::JsonValue::to_value()which returned*this - Remove copy constructor and operator from
json::JsonObjectthis was creating an extra reference and possibly leaking memory
- Update
CMakeLists.txtto require setup of SDK in a super-project - Add an iterator for
JsonArrayto support range-for loops - Add an iterator for
JsonObjectto support range-for loops - Add
find()toJsonValueto find a sub-value based on a path e.g "top/[4]/next"
- None
- Add method
native_value()toJsonValuewhich can be used for object tracing and debugging.
- Remove forward declaration of
Containerclass which should not be there
Initial stable release with support for jansson 2.13.