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.0.2.tbz
sha256=876bb6f38af73a84a29438a3da35e4857c60a14556a606525b148c6fdbe5461b
sha512=9e150689a814a64e53e361e336fe826df5a3e3851d1367fda4a001392175c29348de55db0b7d7ba18539dec2cf78198efcb7f41b77a9861763f5aa97c05509ad

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: 09 Aug 2022

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 *)

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. dune >= "2.0"
  4. ocaml >= "4.02.3"

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

Conflicts

None