Add support for loading structures directly from python json objects (#1092)

This commit is contained in:
anokhovd
2021-04-22 21:12:42 +03:00
committed by GitHub
parent 3837b642b0
commit fa19b95107
3 changed files with 50 additions and 23 deletions

View File

@@ -77,6 +77,10 @@ Loading and Saving
:class:`Post`, :class:`StoryItem`, :class:`Profile`, :class:`Hashtag` and
:class:`FrozenNodeIterator` can be saved and loaded to/from JSON files.
.. autofunction:: load_structure
.. autofunction:: load_structure_from_file
.. autofunction:: get_json_structure
.. autofunction:: save_structure_to_file