JSONMachine
Classes
- JsonArrayElements
- JSON Machine tokenizes a document in PHP, one character class at a time. The elements of a top-level array are
found here instead by one PCRE match per element - which runs in C - and decoded by json_decode(), about eight
times faster on the orders fixture. Anything this does not recognise goes to JSON Machine.
- JsonExtractor
- JsonFileReader
- The read of one listed file, for both the sample and the real read.
- JsonLinesExtractor
Enums
- JsonFormat
- How a file carries its records: one JSON text whose members are the rows, or one JSON text per line
(https://jsonlines.org).