소스 검색

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