Support multi-document JSON
Add support to load multi-document JSON streams. Added a new flag to the CLI to keep the order of pure JSON decoded input material even though the JSON specification does not cover that topic. This is done by a new dependency which is a fork of the JSON library. By default, the standard JSON library is used.