Should I still be using JSON.jl?

Hi,
I was exploring the HTTP.jl example docs (Section: Interfacing with RESTful JSON APIs) and and can see for JSON data example everything is written with JSON.jl or JSON2.jl. But from one of the webinar by Julia Computing people were suggesting using JSON3. Should I still be using JSON or I should move to JSON3. I have read the thread of benefit of JSON3 over JSON2. Any suggestion over choosing JSON libraries?

1 Like

JSON2 is deprecated in favor of JSON3.
JSON3 is stable, fast and maintained project, you should definitely switch to it.

2 Likes

Thanks, Then HTTP.jl documentation should be updated, I think it is quite popular in community and should have updated information also I can see a lot of contributor are in common who are involved in HTTP and JSON3 jl…

2 Likes