Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elzibus/ocaml-code-snippets

Short OCaml code snippets
https://github.com/elzibus/ocaml-code-snippets

ocaml

Last synced: 20 days ago
JSON representation

Short OCaml code snippets

Awesome Lists containing this project

README

        

# OCaml-code-snippets
Short OCaml code snippets

## Yojson example

Simple program to write json to a file and read it back.

Can be run from the command line with:

> ocaml yojson_example.ml

Uses package [Yojson](https://opam.ocaml.org/packages/yojson/)