Module atomic_lib::parse

source ·
Expand description

Parsing / deserialization / decoding

Structs§

  • Options for parsing (JSON-AD) resources. Many of these are related to rights, as parsing often implies overwriting / setting resources.

Enums§

Constants§

Functions§

  • Parse a single Json AD string that represents an incoming Commit. WARNING: Does not match all props to datatypes (in Nested Resources), so it could result in invalid data, if the input data does not match the required datatypes.
  • Parse a single Json AD string, convert to Atoms WARNING: Does not match all props to datatypes (in Nested Resources), so it could result in invalid data, if the input data does not match the required datatypes.
  • Parses JSON-AD string. Accepts an array containing multiple objects, or one single object.