Skip to content

This java console Application parses an input JSON file, outputting the results

Notifications You must be signed in to change notification settings

mohimali/RC-JSONParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSONParser

This java console Application parses an input JSON file, outputting the results

##For windows compile and running

java -cp json-simple-1.1.1.jar;. JsonParser vehicles.json

javac -cp json-simple-1.1.1.jar;. *.java

##For linux compile and running

java -cp json-simple-1.1.1.jar:. JsonParser vehicles.json

javac -cp json-simple-1.1.1.jar:. *.java

About

This java console Application parses an input JSON file, outputting the results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages