File: safe_to_basic.mli

package info (click to toggle)
yojson 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,204 kB
  • sloc: ml: 3,436; makefile: 28
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
val to_basic : t -> Basic.t
(**
     Long integers are converted to JSON strings.

     Examples:
{v
`Intlit "12345678901234567890"  ->    `String "12345678901234567890"
v}
  *)