pyorg.io module

Read (and write) org mode data from JSON and other formats.

pyorg.io.org_doc_from_json(data)[source]

Parse an ORG document from exported JSON data.

Returns:
Return type:OrgDocument
pyorg.io.org_node_from_json(data)[source]

Parse an org AST node from JSON data.

Returns:
Return type:OrgNode