e3b971fb65ce — Chris Cannam 7 years ago
Text fix
1 files changed, 2 insertions(+), 2 deletions(-)

M json.sml
M json.sml +2 -2
@@ 12,8 12,8 @@ 
      exist at the time of writing, as listed in "Parsing JSON is a
      Minefield" (http://seriot.ch/parsing_json.php)
  
-   * Parses JSON from string objects, explodes strings, parses in two
-     passes: therefore not suitable for large input files
+   * Two-pass parser using naive exploded strings, therefore not very
+     fast and not suitable for large input files
 
    * Only supports UTF-8 input, not UTF-16 or UTF-32. Doesn't check
      that JSON strings are valid UTF-8 -- the caller must do that --