Module somedoc::read[][src]

Expand description

This module introduces the ability to read the JSON representation used for external tool integration.

Example

TBD

Functions

from_reader

Read from the provided reader and parse the JSON into a Document instance.

from_str

Parse a Document instance from the JSON provided in the json string.