JSON Toolbox: Release Notes

Release Notes of Version 2

Json Toolbox 2.22.0 (02.08.2022)

Compiled with Builder version: 7.24.0

Bug

Description

MOD-1134

empty object node gets parsed as NULL node instead of OBJECT

MOD-1146

MongoDB updateDocuments updates only one document

New Feature

Description

MOD-1116

Support rendering DateTime as MongoDB query JSON

MOD-1147

MongoDB support optional array filters on update

Json Toolbox 2.18.0 (29.09.2021)

New Feature

Description

MOD-1107

Pipeline Support in watchCollection()

Improvement

Description

MOD-1104

Parsing and manipulation of arbitrary JSON data

MOD-1105

Support parallel threads in change stream listener

Json Toolbox 2.17.0 (pre-release)

Compiled with Builder version: 7.12.0

Improvement

Description

MOD-1104

Parsing and manipulation of arbitrary JSON data

MOD-1105

Support parallel threads in change stream listener

Json Toolbox 2.14.0 (04.11.2020)

Compiled with Builder version: 7.11.0

New Feature

Description

MOD-1067

support listening on Mongo DB change stream

MOD-1068

support projections of documents

Improvement

Description

MOD-1069

access to static client map shall be synchronized

MOD-1070

support setting doc attributes to null by name in replacePartially

Json Toolbox 2.7.0 (18.10.2019)

Compiled with Builder version: 6.0.31 nightly

New Feature

Description

MOD-983

add support for pipeline aggregations

MOD-984

add support for updating parts of documents

Json Toolbox 2.5.0 (02.08.2019)

Compiled with Builder version: 6.0.31

New Feature

Description

MOD-948

find() and removeMatching() for MongoDB

Task

Description

MOD-898

JsonDiff: add op to calc diff of cached documents


Json Toolbox 2.0.0 (14.12.2018)

Compiled with Builder version: 6.0.29.1

New Feature

Description

MOD-893

Support CRUD operations using a MongoDB instance

MOD-894

Support truncate and drop on MongoDB collections

Improvement

Description

MOD-886

Support JSON pointer extraction

MOD-887

Switch internal JSON mapper from Gson to Jackson

MOD-888

Update Java project to latest Gradle template

MOD-889

Combine existing and new JSON libraries into one containing all

📗

Related Pages:

  • JsonDiff
    Calculate JSON patch from two JSONdocuments, or apply a patch to a document.

  • JsonMatch
    Testing JSON strings or object instances for matching against a condition expressed in a DSL (Domain Specific Language) similar to WHERE clauses in SQL.

  • JsonNode
    Parse and manipulate arbitrary JSON strings, without the need to create a class representation for it.

  • JsonPath
    Find and extract parts of JSON object based on JsonPath queries.

  • JsonPointer
    Extract part of JSON object using a JsonPointer (such as returned as part of a patch from JsonDiff).

  • Json Schema
    Convert a JSON schema file to an XSD, ready to be imported into the PAS Builder.

  • JsonSQL
    Generate SQL statements from JSON objects.

  • JSON Toolbox: Release Notes