Skip to content

hascode/json-transform-jolt-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jolt JSON Transformation Examples

Examples for JSON manipulation using Jolt and in different scenarios like programmatic manipulation, transforming the result from a RESTful webservice (JAX-RS) using a servlet filter and finally using Apache Camel.

Running the Examples

JAX-RS RESTful Webservices with embedded Jetty

$ mvn clean compile exec:java -Dexec.mainClass=com.hascode.tutorial.RestServer

Programmatic transformation from a JSON file

$ mvn clean compile exec:java -Dexec.mainClass=com.hascode.tutorial.CustomJsonTransformer

Using Apache Camel

mvn clean compile exec:java -Dexec.mainClass=com.hascode.tutorial.CamelExample

Now copy the JSON file to the directory named scanned and you should receive the transformed JSON file in the directory named transformed.

More

For more of my experiments please feel free to visit my blog at www.hascode.com or to have a look at my project repositories.


2017 Micha Kops / hasCode.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages