aka-demik / superobject

Automatically exported from https://code.google.com/p/superobject/
0 stars 1 forks source link

Minor documentation errata #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Parsing a JSON data structure example section of ReadMe.html shows the example:

obj := TSuperObject.ParseFile(FileName);

But this will not work as the 2nd 'strict' boolean parameter is not optional.

Original issue reported on code.google.com by dar...@darianmiller.com on 14 Oct 2011 at 6:20

GoogleCodeExporter commented 9 years ago
Next example:

obj := TSuperObject.ParseString(p);

also does not compile for the same reason

Original comment by jac....@gmail.com on 13 May 2013 at 11:17