I dont get what I am supposed to do.

I got a project due and not sure what to do. I am supposed to write a c++ program that loads data stored i a JSON file, manipulates it and writes a new JSON file. Do i write the Json file as a text file and extract it? Do I begin the c++ program normally then extract the file, manipulate, then export the file into another text file?
Are you required to write your own json parser?
(If you are, it isn't difficult, but it is specific. See http://en.wikipedia.org/wiki/JSON .)

What exactly are your homework requirements? Do you know anything about the input and output file data? And when exactly is this due? (Because if it is two days from now you are SOL.)
Topic archived. No new replies allowed.