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"
  8. avro-compiler
  9. avro-simple
  10. aws-config
  11. aws-s3 < "4.5.1" | >= "4.8.0"
  12. awsm-codegen
  13. bap-radare2
  14. beluga >= "1.1"
  15. bitcoin >= "3.0"
  16. boulangerie
  17. builder-web >= "0.2.0"
  18. caisar
  19. calculon != "0.5"
  20. calculon-redis-lib
  21. calculon-web = "0.6"
  22. camelot >= "1.3.0"
  23. camels
  24. canary
  25. catala = "0.9.0" | >= "1.0.0~alpha"
  26. cb-check
  27. cbor >= "0.3"
  28. cconv-ppx
  29. chess_com_api
  30. colibrics
  31. comby-semantic
  32. commons
  33. containers >= "3.9"
  34. coq-lsp
  35. coq-of-ocaml
  36. coq-serapi >= "8.10.0+0.7.0" & < "8.20.0+0.20.0"
  37. current_docker
  38. current_examples
  39. current_git
  40. current_github
  41. current_gitlab
  42. current_slack
  43. current_ssh
  44. current_web
  45. dap
  46. daypack-lib
  47. dblp-api
  48. decoders-yojson >= "0.7.0"
  49. devkit
  50. docfd >= "2.1.0"
  51. docker-api >= "0.2.2"
  52. docker_hub
  53. dot-merlin-reader < "4.9"
  54. dream
  55. dream-inertia
  56. dune-release >= "1.4.0"
  57. dune_deps_extra
  58. eio_main >= "0.10"
  59. elasticsearch-cli = "0.5"
  60. elpi >= "3.3.1"
  61. fehu
  62. fiat-p256
  63. fit >= "1.2.0"
  64. frama-c < "23.0" | >= "27.0~beta"
  65. fred
  66. frenetic
  67. fstar
  68. gapi-ocaml
  69. gdbprofiler
  70. gemini
  71. gendarme-json < "0.4.0"
  72. gendarme-yojson
  73. github != "4.0.0"
  74. github-data
  75. github-unix
  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
  109. jsonrpc < "1.6.0" | >= "1.23.1"
  110. jsonschema
  111. jsonschema2atd
  112. jupyter
  113. jupyter-kernel
  114. jwto
  115. kappa-agents >= "4.1.3"
  116. kappa-binaries >= "4.1.3"
  117. kappa-library
  118. karamel
  119. kaun >= "1.0.0~alpha1"
  120. kind2
  121. kremlin < "transition"
  122. kubecaml
  123. lablgtk3-extras >= "3.0.1"
  124. lambdapi
  125. learn-ocaml
  126. letsencrypt
  127. letters
  128. libsail
  129. lichess_api
  130. linol >= "0.2"
  131. linol-eio
  132. linol-lwt
  133. lockfree >= "0.3.1"
  134. logs-async-reporter >= "1.3"
  135. lsp
  136. melange-json = "1.2.0"
  137. melange-json-native
  138. merlin != "4.5-411"
  139. metadb
  140. mirage-crypto-ec
  141. mjson
  142. monorobot
  143. mopsa
  144. morbig >= "0.11.0"
  145. multicore-bench
  146. mutaml
  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. ocamleditor >= "1.15.2-ocaml414"
  155. ocf
  156. ocsigen-start
  157. odoc >= "3.0.0"
  158. odoc-driver
  159. oframl
  160. oidc
  161. ojs-base
  162. ojs_base
  163. ometrics < "0.2.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. ozulip
  174. pa_ppx < "0.19"
  175. pandoc
  176. pbrt_yojson
  177. pds-reachability >= "0.2.3"
  178. petr4
  179. pgn_parser
  180. phylogenetics >= "0.2.0"
  181. piece_rope
  182. pkcs11 >= "1.0.0"
  183. pkcs11-driver >= "1.0.0"
  184. ppx_deriving_jsonschema
  185. ppx_deriving_yojson
  186. ppx_protocol_conv_json < "5.0.0" | >= "5.2.1"
  187. ppx_yojson
  188. ppx_yojson_conv < "v0.13.0"
  189. ppx_yojson_conv_lib
  190. prof_spacetime
  191. qmp >= "0.19.0"
  192. quests
  193. r2pipe
  194. radare2
  195. rdf < "1.0.0"
  196. records = "0.6.0" | >= "1.0.0"
  197. repr-bench
  198. rfsm >= "2.2"
  199. rocq-devtools
  200. rpclib
  201. rungen
  202. SZXX
  203. safemoney
  204. saga
  205. sail < "0.15"
  206. saturn
  207. saturn_lockfree
  208. satyrographos != "0.0.2.7"
  209. savvy
  210. semver2
  211. serde_json
  212. sihl < "0.2.0" | >= "0.3.0~rc2"
  213. sihl-core
  214. slack
  215. slug
  216. smaws-lib
  217. smtml >= "0.7.0"
  218. snf_mcp
  219. spotify-web-api
  220. swagger
  221. talon
  222. tdigest < "2.1.0"
  223. textmate-language >= "0.3.4"
  224. textrazor >= "0.1.1"
  225. tezos-context-hash-irmin
  226. tidy_email_sendgrid
  227. timedesc < "0.8.0"
  228. timedesc-json
  229. timere < "0.4.0"
  230. user-agent-parser
  231. vecosek
  232. vercel
  233. vscoq-language-server < "2.3.3"
  234. vsrocq-language-server
  235. wasm_of_ocaml-compiler
  236. webauthn
  237. why3find
  238. xapi-rrd >= "1.9.0"
  239. zanuda
  240. zarr

Conflicts

None