]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
reenable json.of_string
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Thu, 21 May 2009 17:12:13 +0000 (18:12 +0100)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Thu, 21 May 2009 17:12:13 +0000 (18:12 +0100)
libs/json/json.mli

index 085101bef69bc1ebe560e0680ff0763ea416aeb0..75d86b47be964434112e6ab367590c5b2a5e842b 100644 (file)
@@ -29,10 +29,8 @@ val to_fct: t -> (string -> unit) -> unit
 val to_fct_pretty: t -> (string -> unit) -> unit
 val to_string: t -> string
 
-(*
 exception Parse_unexpected of (char * char)
 val of_string: string -> t
-*)
 
 val is_null: t -> bool
 val is_bool: t -> bool