Packages

Implementations of JSON RFC 6901 and 6902, Pointers and Patch respectively. Pointer allows evaluating and transforming a JSON document at a given keypath. Patch encodes operations that abstract pointer transformations.

Current section

Files

Jump to
jsonrfc .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]