Skip to content

Releasing v1.8.0

Compare
Choose a tag to compare
@newm4n newm4n released this 19 Dec 04:38
· 77 commits to master since this release
fab4b2b
  • 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.