You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it turns out, I don't need a JSON library yet. But when I do, what I'll need most will be to iterate over the JSON, making decisions based on what types and values we encounter in the JSON. This iteration does not need to be fast; the JSON documents are never large. (I'm thinking about parameters, which are rarely anything more than a single string, and Forms, which are only type descriptions.)
Should I still be looking at JSON3.jl for that? It looks like it has something to generate concrete types, but for my purposes, the easiest thing would be for a library to give me Dict{String,Any} and Vector{Any}.
No description provided.
The text was updated successfully, but these errors were encountered: