/*!
This module introduces the ability to read the JSON representation used for external tool
integration.
# Example
TBD
*/
use crateDocument;
use Read;
/// Parse a `Document` instance from the JSON provided in the `json` string.
/// Read from the provided `reader` and parse the JSON into a `Document` instance.