Skip to content

Commit

Permalink
Clarify bit about jsonm
Browse files Browse the repository at this point in the history
jsonm is only sort-of related but a good piece of software worth
mentioning anyway.
  • Loading branch information
Leonidas-from-XIV committed Jul 31, 2020
1 parent ec0fcbc commit 9bd9352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ Yojson: JSON library for OCaml

[![Build Status](https://travis-ci.org/ocaml-community/yojson.svg?branch=master)](https://travis-ci.org/ocaml-community/yojson)

This library parses complete JSON files into a nested OCaml data structure,
similarly to DOM parsers for XML. For stream processing in a SAX-like fashion
check out [jsonm](https://erratique.ch/software/jsonm).
This library parses JSON data into a nested OCaml tree data structure.


Library documentation
Expand Down Expand Up @@ -47,7 +45,9 @@ base for a number of tools and libraries that are built on top of it.
decisions
* [`atd`](https://github.com/ahrefs/atd), generates mapping code from `.atd`
specification files and can be used in multiple languages

* [`jsonm`](https://erratique.ch/software/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
-----------
Expand Down

0 comments on commit 9bd9352

Please sign in to comment.