On Tuesday, 28 February 2017 at 21:21:30 UTC, Adam D. Ruppe wrote:
On Tuesday, 28 February 2017 at 20:27:25 UTC, Alexey H wrote:
[...]
It doesn't actually generate one, it just returns a tagged
union (a kind of dynamic type).
[...]
Superb, Adam, thank you! I need to check out inspector.
On Tuesday, 28 February 2017 at 20:48:33 UTC, Petar Kirov
[ZombineDev] wrote:
On Tuesday, 28 February 2017 at 20:27:25 UTC, Alexey H wrote:
Hello, guys!
I'm working on a project that involves parsing of huge JSON
datasets in real-time.
Just an example of what i'm dealing with is here:
https:
Hello, guys!
I'm working on a project that involves parsing of huge JSON
datasets in real-time.
Just an example of what i'm dealing with is here:
https://gist.githubusercontent.com/gdmka/125014058bb7d7f01b867fac56300a61/raw/f0c6b5be5fb01b16dd83f07c577b72f76f72c855/data.json
Can't think of any