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.1.0.tbz
sha256=9fcb1ff2db58ab259f9228796b0ada4794eae97177b1833371380c4e4f90b15d
sha512=31ab8580e0e4e8a05459fbec2fb9424a3df4cf5aef6df21fc577dbe3d32e81103a632c6a511c4dcf1f51819e88b38d2ce7d6888545bc3f359e69e070f8d2e69c

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: 02 May 2023

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 (4)

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

Dev Dependencies (2)

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

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

Conflicts

None