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

Conflicts

None