alekras / com.ak.json.tree

Json Node Tree framework is provisioning of transformation operations for JSON documents similar XML XPATH and XSLT. The framework parses textual JSON document to nodes tree that represents JSON entity: object, array or value of primitive type. Generated tree allows to modify values of nodes and/or structure of the given JSON document. Representation of JSON object as a nodes tree allows implement an operations such as path query and transformations (like XPATH and XSLT for XML).

Home Page:https://jsonnodetree.sourceforge.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is initial 1.0.0 version of Json Node Tree library.

com.ak.json.tree-1.0.0.zip file is Eclipse project of Json Node Tree.

version 1.0.1
- documentation is updated.

version 1.0.2
- bug fixed, code refactoring.

version 1.0.3
- bug fixed, improving JValue code types cast, improving transformation.

See doc folder for documentation or visit http://jsonnodetree.sourceforge.net/ web site.

About

Json Node Tree framework is provisioning of transformation operations for JSON documents similar XML XPATH and XSLT. The framework parses textual JSON document to nodes tree that represents JSON entity: object, array or value of primitive type. Generated tree allows to modify values of nodes and/or structure of the given JSON document. Representation of JSON object as a nodes tree allows implement an operations such as path query and transformations (like XPATH and XSLT for XML).

https://jsonnodetree.sourceforge.io


Languages

Language:Java 86.8%Language:HTML 11.8%Language:XSLT 1.3%Language:Batchfile 0.2%