Name Description Size
__init__.py 120
parse.py Parse a messages.json file into a message resource. Named placeholders are represented as declarations, with an attribute used for an example, if it's available. The parsed resource will not include any metadata. 4223
serialize.py Serialize a resource as the contents of a messages.json file. Section identifiers and multi-part message identifiers are not supported. Resource and section comments are not supported. Metadata is not supported. Yields the entire JSON result as a single string. 5762