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

Conflicts

None