Releasing v1.8.0
- Support for JSON as Fact, add your JSON string into
DataContext
straight away. - Support for Native type Fact, add int, string, bool, etc straight into
DataContext
. - Support for traversing JSON Fact data as Object or as Map, as well as writing value into it.
- Support for accessing JSON Array element as well as replacing it value.
- Support for appending values into JSON Array fact.