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.

Added to opam-repository:

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

Conflicts

None