Understand the Dynein format
mainDynein uses a JSON-like format called dynein format to express DynamoDB items. While it is inspired by PartiQL and valid JSON should be parsed correctly, it is not strictly intended to be JSON-compatible. It is designed to be easier to write and to make data types recognizable at a glance.
Note: The current implementation may not be able to read all valid JSON.