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.0.tbz
sha256=bfdc33bef3141bba9a8fa66a885b54b29f6bfab450040884dd8cf7cdec784519
sha512=0854d8ab094c8f70fdb6af7f36cac621cecfcbae4592f6e079945761460625fdb7d1bff458998dc95970990daefce57b7f4f9458fd1347a393a1d76709bc9561

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: 03 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" & < "0.0.20260307"
  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-release >= "1.4.0"
  60. dune_deps_extra
  61. eio_main >= "0.10"
  62. elasticsearch-cli = "0.5"
  63. elpi >= "3.3.1"
  64. fehu < "1.0.0~alpha3"
  65. fiat-p256
  66. fit >= "1.2.0"
  67. forester >= "3.1.0"
  68. frama-c < "23.0" | >= "27.0~beta"
  69. fred
  70. frenetic
  71. fstar
  72. gapi-ocaml
  73. gdbprofiler
  74. gemini
  75. gendarme-json < "0.4.0"
  76. gendarme-yojson
  77. github != "4.0.0"
  78. github-data
  79. github-unix < "4.5.1"
  80. gitlab
  81. goblint >= "2.0.0"
  82. goblint-cil >= "1.8.0"
  83. gopcaml-mode-merlin < "0.0.6"
  84. gradescope_submit
  85. graphql < "0.9.0" | >= "0.14.0"
  86. graphql-async >= "0.14.0"
  87. graphql-cohttp >= "0.13.0"
  88. graphql-lwt >= "0.14.0"
  89. graphql_ppx
  90. gremlin
  91. guardian
  92. h2
  93. hacl_x25519
  94. handlebars-ml
  95. hilite < "0.3.0"
  96. hl_yaml
  97. hockmd
  98. horned_worm
  99. hpack
  100. hsluv
  101. httph
  102. huml
  103. huml-cli
  104. index-bench
  105. ip2location
  106. ip2locationio
  107. irmin-graphql
  108. irmin-tezos
  109. jasmin
  110. jhupllib
  111. jose
  112. js_of_ocaml-compiler
  113. jsonrpc < "1.6.0" | >= "1.23.1"
  114. jsonschema
  115. jsonschema-core
  116. jsonschema2atd
  117. jupyter
  118. jupyter-kernel
  119. jwto
  120. kappa-library < "4.1.3"
  121. karamel
  122. kaun >= "1.0.0~alpha1" & < "1.0.0~alpha3"
  123. kind2
  124. kremlin < "transition"
  125. kubecaml
  126. lablgtk3-extras >= "3.0.1"
  127. lambdapi
  128. learn-ocaml
  129. letsencrypt < "2.0.0"
  130. letters
  131. libsail
  132. lichess_api
  133. linol >= "0.2"
  134. linol-eio
  135. linol-lwt
  136. lockfree >= "0.3.1"
  137. logs-async-reporter >= "1.3"
  138. lsp
  139. melange-json = "1.2.0"
  140. melange-json-native
  141. merlin != "4.5-411"
  142. metadb
  143. mirage-crypto-ec
  144. mjson
  145. monorobot
  146. mopsa
  147. morbig >= "0.11.0"
  148. multicore-bench
  149. mutaml
  150. nats-client
  151. nats-client-async
  152. neo4j_bolt
  153. nloge
  154. nsq
  155. obuilder
  156. ocaml-ai-sdk
  157. ocaml-lsp-server
  158. ocaml-protoc-plugin >= "6.1.0"
  159. ocaml_db_model
  160. ocaml_pgsql_model
  161. ocamleditor >= "1.15.2-ocaml414"
  162. ocf
  163. ochre
  164. ocsigen-start
  165. odoc >= "3.0.0"
  166. odoc-driver
  167. oframl
  168. oidc
  169. ojs-base
  170. ojs_base
  171. ometrics < "0.2.0"
  172. opam-check-npm-deps >= "4.1.0"
  173. openai-gym
  174. openapi
  175. openapi_router
  176. opencage
  177. openstellina
  178. opium >= "0.19.0"
  179. oraft
  180. orun
  181. osh
  182. oui
  183. ozulip
  184. pa_ppx < "0.19"
  185. pandoc
  186. pbrt_yojson
  187. pds-reachability >= "0.2.3"
  188. petr4
  189. pgn_parser
  190. phylogenetics >= "0.2.0"
  191. piece_rope
  192. pkcs11 >= "1.0.0"
  193. pkcs11-driver >= "1.0.0"
  194. polymarket
  195. ppx_deriving_jsonschema
  196. ppx_deriving_yojson
  197. ppx_protocol_conv_json < "5.0.0" | >= "5.2.1"
  198. ppx_yojson
  199. ppx_yojson_conv < "v0.13.0"
  200. ppx_yojson_conv_lib
  201. prof_spacetime
  202. pxshot
  203. qdrant
  204. qmp >= "0.19.0"
  205. quests
  206. r2pipe
  207. radare2
  208. rdf
  209. records = "0.6.0" | >= "1.0.0"
  210. repr-bench
  211. rfsm >= "2.2"
  212. rocq-devtools
  213. rpclib
  214. rungen
  215. SZXX
  216. safemoney
  217. saga
  218. sail < "0.15"
  219. saturn
  220. saturn_lockfree
  221. satyrographos != "0.0.2.7"
  222. savvy
  223. semver2
  224. serde_json
  225. server-reason-react >= "0.4.0"
  226. shakuhachi
  227. sihl < "0.2.0" | >= "0.3.0~rc2"
  228. sihl-core
  229. simple_httpd
  230. slack
  231. slug
  232. smaws-lib
  233. smtml >= "0.7.0"
  234. snf_mcp
  235. spectrum_palette_ppx
  236. spotify-web-api
  237. starred_ml
  238. swagger
  239. talon < "1.0.0~alpha3"
  240. tdigest < "2.1.0"
  241. testcontainers
  242. textmate-language >= "0.3.4"
  243. textrazor >= "0.1.1"
  244. tidy_email_sendgrid
  245. timedesc < "0.8.0"
  246. timedesc-json
  247. timere < "0.4.0"
  248. user-agent-parser
  249. vecosek
  250. vercel
  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.1"
  258. yosqlite >= "0.2"
  259. yultracer
  260. zanuda
  261. zarr

Conflicts

None