Skip to content

Franchef/JsonPathTransformations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonPathTransformations

A library to transform JSON document with JSONPath

I will take a look here: https://github.com/json-path/JsonPath

Example

{
  "book" : {
    "title" : "Book title",
    "author" : "who wrote the book"
  }
}

transform source: $.book.author -> destination $.author

{
  "author" : "who wrote the book"
}

About

A library to transform JSON document with JSONPath

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published