Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
[![Build Status](https://travis-ci.org/JuliaCloud/LazyJSON.jl.svg)](https://travis-ci.org/JuliaCloud/LazyJSON.jl)


LazyJSON is an interface for reading JSON data in Julia programs.
LazyJSON is an interface for reading JSON data in Julia programs. Note, and please also consider the semi-lazy package JSON3.jl)(https://github.com/quinnj/JSON3.jl).

If you find it useful, or not, please report your experiance in the [discourse thread](https://discourse.julialang.org/t/announce-a-different-way-to-read-json-data-lazyjson-jl/9046).

LazyJSON provides direct access to values stored in a JSON text though standard Julia
interfaces: `Number`, `AbstractString`, `AbstractVector` and `AbstractDict`.
LazyJSON provides direct access to values stored in a JSON text though standard Julia interfaces: `Number`, `AbstractString`, `AbstractVector` and `AbstractDict`.

The function `LazyJSON.value` constructs an object representing the value(s) of a JSON text.

Expand Down