Skip to content

mpredli01/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Review of JSON-P Specification 1.1 is Now Open

InfoQ Java Queue

published March 8, 2017

This example application demonstrates how to implement a JSON parser for JSON-P, Gson, and Jackson.

The application can be built with Gradle 3.0 by executing the following command:

gradle clean build

In the build.gradle file, there are references to the three main methods to run the JSON-P, Gson, and Jackson applications:

mainClassName = 'org.redlich.json.jsonp.Application' mainClassName = 'org.redlich.json.gson.Application' mainClassName = 'org.redlich.json.jackson.Application'

To run a specific JSON parser, comment the other two mainClassName references and execute the command:

gradle run

The Publication POJO is there for future implementation of binding the JSON file, publications.json to the POJO.

Please don't hesitate to contact me at mike@redlich.net for any questions.

About

JSON-P Demo Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages