Explorar o código

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

Altlast %!s(int64=7) %!d(string=hai) anos
pai
achega
43c754d80a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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