Преглед изворни кода

20171025 src/JSON/json.sml (merge von SML/NJ 110.82)

Altlast пре 7 година
родитељ
комит
43c754d80a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/JSON/json.sml

+ 1 - 1
src/JSON/json.sml

@@ -17,6 +17,6 @@ structure JSON =
       | BOOL of bool
       | INT of IntInf.int
       | FLOAT of real
-      | STRING of string
+      | STRING of string	(* note that string is assumed to be UTF-8 *)
 
   end