浏览代码

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