create a program which operates as a generic


Create a program which operates as a generic Simple JSON parser. Simple JSON is our version of JSON that only supports variables with values of type: String or Simple JSON. That is to say, JSONArrays are not supported by our language. So finding an existing JSON parser on the internet won't be an option, since the official JSON language supports arrays. So you get to write your own generic parser :)

Simple JSON is represented by a single JSONObject, which is a collection of variable : value pairs where values can be Strings or JSONObjects. Your JSONObject should have the ability to display itself in some reasonable way so you can test your solution.

Note: your solution should work on ANY String that stores text which follows the rules of Simple JSON as described above. So this should work on things that are not Caves as we have already done.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: create a program which operates as a generic
Reference No:- TGS0501545

Expected delivery within 24 Hours