Name Description Size
__init__.py 136
parse.py Parse a JSON file into a message resource. The input is expected to be a nested object with string values at leaf nodes. The parsed resource will not include any metadata. 1757
serialize.py Serialize a resource as a nested JSON object. Comments and metadata are not supported. Yields the entire JSON result as a single string. 2742