bs-decode
JSON decoder library
A type-safe JSON decoding library with structured error handling for ReasonML and OCaml
Type-safe JSON decoding for ReasonML and OCaml
103 stars
4 watching
18 forks
Language: Reason
last commit: 10 months ago
Linked from 1 awesome list
bucklescriptdecodingjsonjson-decodingjson-valuesreasonml
Related projects:
Repository | Description | Stars |
---|---|---|
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 84 |
venil7/json-decoder | A compositional JSON decoder library for TypeScript that allows safe and type-checked decoding of various data types | 76 |
jonlaing/rationale | A Ramda-inspired utility library for ReasonML/OCaml. | 275 |
ikesyo/himotoki | A type-safe JSON decoding library written purely in Swift | 796 |
postmates/pmjson | A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. | 360 |
melange-community/melange-json | A library for encoding and decoding JSON data in the OCaml programming language. | 15 |
fluidgroup/jayson | A JSON decoding/encoding library with strict and flexible access options. | 255 |
doberkofler/plsql-json | A PL/SQL library that enables encoding and decoding of JSON data | 47 |
justinwoo/purescript-simple-json | A Purescript library for decoding JSON data into type-safe records | 134 |
davesnx/query-json | A Reason implementation of the jq language with features like performance, error messages, and portability | 591 |
shrynx/99.re | A comprehensive collection of solutions to common problems in programming using Reason and OCaml | 110 |
darklang/philip2 | An Elm to OCaml compiler that enables porting of codebases from one language to another | 205 |
ocaml-community/yojson | A library that parses and pretty-prints JSON data into an OCaml tree data structure | 328 |
milesj/decoda | A lightweight tool for parsing and rendering BBCode styled markup into valid HTML | 196 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |