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-2.2.2.tbz
sha256=9abfad8c9a79d4723ad2f6448e669c1e68dbfc87cc54a1b7c064b0c90912c595
sha512=ac52eae3ca1d3129a7885ca638e6ae5bcfc387598a82cc30d3e4988fd154f1756719c399f96e950d898c79a6dbd4ccc44b6f468bcafbd620e6945a0415b41e0c

Description

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

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

Published: 29 Jun 2024

README

Yojson: JSON library for OCaml

Build Status

This library parses JSON data into a nested OCaml tree data structure.

Library documentation

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

Examples

A simple example on how to parse JSON from a string literal.

let json_string = {|
  {"number" : 42,
   "string" : "yes",
   "list": ["for", "sure", 42]}|}
(* val json_string : string *)

let json = Yojson.Safe.from_string json_string
(* val json : Yojson.Safe.t *)

let () = Format.printf "Parsed to %a" Yojson.Safe.pp json

Yojson is a pretty common choice for parsing JSON in OCaml, as such it is the base for a number of tools and libraries that are built on top of it.

  • ppx_deriving_yojson to automatically generate code that converts between Yojson.Safe.t and custom OCaml types
  • ppx_yojson_conv, an alternative to ppx_deriving_yojson from Jane Street with different design decisions
  • atd, generates mapping code from .atd specification files and can be used in multiple languages
  • jsonm is an alternate JSON parser that parses JSON into a stream of items, so the complete data structure does not have to be in memory.

Help wanted

Yojson is developed and maintained by volunteers — users like you. Various issues are in need of attention. If you'd like to contribute, please leave a comment on the issue you're interested in, or create a new issue. Experienced contributors will guide you as needed.

There are many simple ways of making a positive impact. For example, you can...

  • Use the software in your project.
  • Give a demo to your colleagues.
  • Share the passion on your blog.
  • Tweet about what you're doing with Yojson.
  • Report difficulties by creating new issues. We'll triage them.
  • Ask questions on StackOverflow.
  • Answer questions on StackOverflow.
  • Discuss usage on the OCaml forums.
  • Pick a task that's easy for you.

Check out in particular good first time issues and other issues with which we could use some help.

License

Yojson is licensed under the 3-clause BSD license, see LICENSE.md for details.

Dependencies (3)

  1. seq >= "0.2.2"
  2. ocaml >= "4.02.3"
  3. dune >= "2.7"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test & >= "0.8.5"

  1. 0install >= "2.18"
  2. abella >= "2.0.8"
  3. acgtk
  4. anthropic
  5. archetype
  6. atd >= "2.6.0"
  7. atdgen >= "1.13.0" & < "2.8.0" | >= "2.10.0"
  8. atdgen-runtime >= "2.10.0" & < "3.0.1"
  9. atdml
  10. avro-compiler
  11. avro-simple
  12. aws-config
  13. aws-s3 < "4.5.1" | >= "4.8.0"
  14. awsm-codegen
  15. bap-radare2
  16. beluga >= "1.1"
  17. bitcoin >= "3.0"
  18. boulangerie
  19. builder-web >= "0.2.0"
  20. caisar
  21. calculon != "0.5"
  22. calculon-redis-lib
  23. calculon-web = "0.6"
  24. camelot >= "1.3.0"
  25. camels
  26. canary
  27. catala = "0.9.0" | >= "1.0.0~beta"
  28. cb-check
  29. cbor >= "0.3"
  30. cconv-ppx
  31. chess_com_api
  32. colibrics
  33. comby-semantic
  34. commons
  35. containers >= "3.9"
  36. coq-lsp
  37. coq-of-ocaml
  38. coq-serapi >= "8.10.0+0.7.0" & < "8.20.0+0.20.0"
  39. crs >= "0.0.20250705"
  40. current_docker
  41. current_examples
  42. current_git
  43. current_github
  44. current_gitlab
  45. current_slack
  46. current_ssh
  47. current_web
  48. dap
  49. daypack-lib
  50. dblp-api
  51. decoders-yojson >= "0.7.0"
  52. devkit
  53. dnsrobot
  54. docker-api >= "0.2.2"
  55. docker_hub
  56. dot-merlin-reader < "4.9"
  57. dream
  58. dream-inertia
  59. dune-cargo-build
  60. dune-release >= "1.4.0"
  61. dune_deps_extra
  62. eio_main >= "0.10"
  63. elasticsearch-cli = "0.5"
  64. elpi >= "3.3.1"
  65. fehu < "1.0.0~alpha3"
  66. fiat-p256
  67. fit >= "1.2.0"
  68. forester >= "3.1.0"
  69. frama-c < "23.0" | >= "27.0~beta"
  70. fred
  71. frenetic
  72. fstar
  73. gapi-ocaml
  74. gdbprofiler
  75. gemini
  76. gendarme-json < "0.4.0"
  77. gendarme-yojson
  78. github != "4.0.0"
  79. github-data
  80. github-unix < "4.5.1"
  81. gitlab
  82. goblint >= "2.0.0"
  83. goblint-cil >= "1.8.0"
  84. gopcaml-mode-merlin < "0.0.6"
  85. gradescope_submit
  86. graphql < "0.9.0" | >= "0.14.0"
  87. graphql-async >= "0.14.0"
  88. graphql-cohttp >= "0.13.0"
  89. graphql-lwt >= "0.14.0"
  90. graphql_ppx
  91. gremlin
  92. guardian
  93. h2
  94. hacl_x25519
  95. handlebars-ml
  96. hilite < "0.3.0"
  97. hl_yaml
  98. hockmd
  99. horned_worm
  100. hpack
  101. hsluv
  102. httph
  103. huml
  104. huml-cli
  105. index-bench
  106. ip2location
  107. ip2locationio
  108. ip2whois
  109. irmin-graphql
  110. irmin-tezos
  111. jasmin
  112. jhupllib
  113. jose
  114. js_of_ocaml-compiler
  115. jsonrpc < "1.6.0" | >= "1.23.1"
  116. jsonschema
  117. jsonschema2atd
  118. jupyter
  119. jupyter-kernel
  120. jwto
  121. kappa-library < "4.1.3"
  122. karamel
  123. kaun >= "1.0.0~alpha1" & < "1.0.0~alpha3"
  124. kind2
  125. kremlin < "transition"
  126. kubecaml
  127. lablgtk3-extras >= "3.0.1"
  128. lambdapi
  129. learn-ocaml
  130. letsencrypt
  131. letters
  132. libsail
  133. lichess_api
  134. linol >= "0.2"
  135. linol-eio
  136. linol-lwt
  137. lockfree >= "0.3.1"
  138. logs-async-reporter >= "1.3"
  139. lsp
  140. melange-json = "1.2.0"
  141. melange-json-native
  142. merlin != "4.5-411"
  143. metadb
  144. mirage-crypto-ec
  145. mjson
  146. monorobot
  147. mopsa
  148. morbig >= "0.11.0"
  149. multicore-bench
  150. mutaml
  151. neo4j_bolt
  152. nloge
  153. nsq
  154. obuilder
  155. ocaml-lsp-server
  156. ocaml-protoc-plugin >= "6.1.0"
  157. ocaml_db_model
  158. ocaml_pgsql_model
  159. ocamleditor >= "1.15.2-ocaml414"
  160. ocf
  161. ocsigen-start
  162. odoc >= "3.0.0"
  163. odoc-driver
  164. oframl
  165. oidc
  166. ojs-base
  167. ojs_base
  168. ometrics < "0.2.0"
  169. opam-check-npm-deps >= "4.1.0"
  170. openai-gym
  171. openapi
  172. openapi_router
  173. opencage
  174. openstellina
  175. opium >= "0.19.0"
  176. oraft
  177. orun
  178. osh
  179. oui
  180. ozulip
  181. pa_ppx < "0.19"
  182. pandoc
  183. pbrt_yojson
  184. pds-reachability >= "0.2.3"
  185. petr4
  186. pgn_parser
  187. phylogenetics >= "0.2.0"
  188. piece_rope
  189. pkcs11 >= "1.0.0"
  190. pkcs11-driver >= "1.0.0"
  191. polymarket
  192. ppx_deriving_jsonschema
  193. ppx_deriving_yojson
  194. ppx_protocol_conv_json < "5.0.0" | >= "5.2.1"
  195. ppx_yojson
  196. ppx_yojson_conv < "v0.13.0"
  197. ppx_yojson_conv_lib
  198. ppxlib-tools >= "0.37.0"
  199. prof_spacetime
  200. pxshot
  201. qdrant
  202. qmp >= "0.19.0"
  203. quests
  204. r2pipe
  205. radare2
  206. rdf
  207. records = "0.6.0" | >= "1.0.0"
  208. repr-bench
  209. rfsm >= "2.2"
  210. rocq-devtools
  211. rpclib
  212. rungen
  213. rust-staticlib-gen
  214. SZXX
  215. safemoney
  216. saga
  217. sail < "0.15"
  218. saturn
  219. saturn_lockfree
  220. satyrographos != "0.0.2.7"
  221. savvy
  222. semver2
  223. serde_json
  224. server-reason-react >= "0.4.0"
  225. shakuhachi
  226. sihl < "0.2.0" | >= "0.3.0~rc2"
  227. sihl-core
  228. simple_httpd
  229. slack
  230. slug
  231. smaws-lib
  232. smtml >= "0.7.0"
  233. snf_mcp
  234. spectrum_palette_ppx
  235. spotify-web-api
  236. starred_ml
  237. swagger
  238. talon < "1.0.0~alpha3"
  239. tdigest < "2.1.0"
  240. testcontainers
  241. textmate-language >= "0.3.4"
  242. textrazor >= "0.1.1"
  243. tidy_email_sendgrid
  244. timedesc < "0.8.0"
  245. timedesc-json
  246. timere < "0.4.0"
  247. user-agent-parser
  248. vecosek
  249. vercel
  250. volgo-vcs >= "0.0.22"
  251. vscoq-language-server < "2.3.3"
  252. vsrocq-language-server
  253. wasm_of_ocaml-compiler
  254. webauthn
  255. why3find
  256. xapi-rrd >= "1.9.0"
  257. yojson-five = "2.2.2"
  258. yosqlite
  259. yultracer
  260. zanuda
  261. zarr

Conflicts

None