quinnj / JSON3.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Tuple-type parsing for individual elements

JeffreySarnoff opened this issue · comments

Reading a JSON encoded Symbol (which encodes as a string) requires Meta.parse rather than parse.

this is from see https://discourse.julialang.org/t/how-to-read-tuples-with-json3/29843

This isn't a Symbol issue, but a Tuple issue.

Implemented in #29