package yojson

  1. Overview
  2. Docs
Yojson is an optimized parsing and printing library for the JSON format

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yojson-1.5.0.tbz
sha256=70a0f972fedebd736546eae832e255753d3214a8b3283597ae112577d70c8b33
md5=d80de1bacdde292af42f7c78b323da7b

Description

Yojson is an optimized parsing and printing library for the JSON format.

It addresses a few shortcomings of json-wheel including 2x speedup, polymorphic variants and optional syntax for tuples and variants.

ydump is a pretty-printing command-line program provided with the yojson package.

The program atdgen can be used to derive OCaml-JSON serializers and deserializers from type definitions.

Added to opam-repository:

README

Yojson: low-level JSON library for OCaml

This library is for manipulating the json AST directly. For mapping between OCaml types and json, we recommend atdgen.

Library documentation

Currently at https://ocaml-community.github.io/yojson/

Design goals

  • reducing inter-package dependencies by the use of polymorphic variants for the JSON tree type
  • allowing variants of the JSON tree type to be shipped by the library itself or to be easily created as extensions of the library
  • allowing type-aware serializers/deserializers such as json-static to read and write directly without going through a JSON tree, for efficiency purposes. This requires making readers and writers of JSON atoms (int, string, etc.) to be exported and composable.
  • providing a few non-standard, optional extensions of JSON. These extensions will include:

    • optional quotes around "simple" field/constructor names
    • a syntax for tuples (at least 2 elements): (x, y)
    • a syntax for variants (0 or 1 arg only): <Foo> <Bar:"abc">

Other choices already in json-wheel

  • distinction between ints and floats (optional)
  • Getting rid of the UTF-X encoding constraint that prevents from exchanging binary data:

    • encoding is ASCII except for the contents of string literals
    • string literals may represent arbitrary sequence of bytes
    • \uABCD escapes in string literals expand to UTF-8

Miscellaneous

  • no dependency on ocamlnet for UTF-8

Dependencies (5)

  1. biniou >= "1.2.0"
  2. easy-format
  3. cppo build
  4. dune
  5. ocaml >= "4.02.3"

Dev Dependencies

None

  1. 0install < "2.18"
  2. anthropic
  3. archetype < "1.2.5"
  4. atdgen < "2.2.1"
  5. atdgen-runtime < "2.2.1"
  6. atproto
  7. aws-s3 < "4.5.1" | >= "4.8.0"
  8. awskit-lwt-unix
  9. awskit-s3
  10. bap-radare2
  11. bitcoin < "3.0"
  12. bitflyer
  13. boulangerie
  14. boulodrome
  15. builder-web >= "0.2.0"
  16. cabal
  17. camels
  18. canary
  19. cb-check
  20. cbor < "0.3"
  21. colibrics
  22. comby
  23. comby-kernel
  24. comby-semantic
  25. containers >= "3.9"
  26. current_docker
  27. current_git
  28. current_github
  29. current_gitlab
  30. current_slack
  31. current_ssh
  32. dap
  33. daypack-lib
  34. dblp-api
  35. decoders-yojson < "0.7.0"
  36. devkit < "1.2"
  37. disml
  38. docker-api < "0.2.2"
  39. dream
  40. dream-inertia
  41. ecma-regex
  42. elpi >= "3.3.1"
  43. frama-c < "23.0"
  44. fred
  45. fstar
  46. github < "4.1.0"
  47. github-unix < "4.5.1"
  48. gmocoin
  49. goblint-cil >= "1.8.0"
  50. graphql < "0.14.0"
  51. graphql_ppx < "1.2.2"
  52. h2
  53. hilite < "0.3.0"
  54. hl_yaml
  55. hockmd
  56. hpack
  57. hsluv
  58. huml
  59. huml-cli
  60. index-bench
  61. irmin-graphql
  62. irmin-tezos
  63. js_of_ocaml-compiler < "5.9.0"
  64. json-rpc
  65. json_decoder
  66. jsondiff
  67. jsonrpc < "1.6.0"
  68. jsonschema
  69. jsonschema2atd
  70. jupyter-kernel < "0.5"
  71. jwt
  72. jwto < "0.2.0"
  73. karamel
  74. kind2
  75. kremlin < "transition"
  76. kubecaml
  77. learn-ocaml
  78. lsp
  79. miaou-core
  80. miaou-driver-web
  81. monorobot
  82. morbig < "0.10.4"
  83. nats-client
  84. nsq
  85. obuilder < "0.4"
  86. ocaml-lsp-server
  87. ocaml-protoc-plugin >= "6.1.0"
  88. ocaml-protoc-yojson
  89. odoc = "2.1.1"
  90. oframl
  91. oidc
  92. opam-check-npm-deps >= "4.1.0"
  93. openai-gym
  94. oraft
  95. orun
  96. oui
  97. ozulip
  98. pds-reachability < "0.2.3"
  99. phylogenetics = "0.2.0"
  100. pkcs11
  101. plist
  102. podge
  103. ppx_deriving_jsonschema
  104. ppx_protocol_conv_json < "5.2.1"
  105. prof_spacetime
  106. qmp < "0.19.0"
  107. quests
  108. r2pipe
  109. radare2
  110. records < "1.0.0"
  111. repr-bench
  112. rescriptdep
  113. rungen
  114. SZXX
  115. safemoney
  116. satyrographos
  117. savvy
  118. semver2
  119. sentry
  120. simple_httpd
  121. slack
  122. slacko
  123. slug
  124. soteria
  125. spotify-web-api
  126. stitch
  127. swagger
  128. tdigest < "2.1.0"
  129. telegraml
  130. textrazor < "0.1.1"
  131. vecosek
  132. vecosek-scene
  133. vercel
  134. vscoq-language-server < "2.3.3"
  135. vsrocq-language-server
  136. wamp < "1.0"
  137. wamp-yojson
  138. webauthn
  139. xapi-rrd >= "1.9.0"
  140. yultracer

Conflicts

None