noeldtc / JSONtoJAVA

Convert a JSON file into Java Objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON to JAVA

How to use

You will need to have a input.txt or input.json with the json that you want to parse.

node .\conversor .\input.txt

or

node .\conversor .\input.json

About

Convert a JSON file into Java Objects


Languages

Language:JavaScript 100.0%