From 629422135982598bacabbbf635c67e47d1a71145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Mon, 22 Nov 2021 19:01:29 +0000 Subject: [PATCH] Point out alternative [skip ci] --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d4d2ac..d9759ea 100644 --- a/README.md +++ b/README.md @@ -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.