Michael L. Artz

Results 2 issues of Michael L. Artz

Is it possible to represent an object as a heterogeneous, index-based, JSON array, instead of a JSON object (hash)? So instead of the following: ``` javascript { "name": "Album Name",...

Given an Ion file of a series of records (e.g. an object in S3), we'd like to be able to stream read/parse this file, ultimately creating an async (Tokio) `Stream`...