Recursive-descent JSON parser with jsonlite-style simplification:
arrays of same-type scalars become vectors, arrays of consistently
keyed objects become data frames (when simplify = TRUE).
Arguments
- txt
A single JSON string (or raw vector).
- simplify
Simplify arrays to vectors / data frames (default TRUE, mirroring
jsonlite::fromJSON).
