Atelier: crate atelier_json
Provides the ability to read and write Smithy models in the JSON AST representation.
TBD
Changes
Version 0.2.1
- Changes based on new core traits
HasIdentityandHasTraits.
Version 0.2.0
- Major refactor after agreement on the separation of semantic model with Smithy team.
Version 0.1.4
- API changes for
ModelReaderandModelWriter.- removed
representationmethod - added
FILE_EXTENSIONconstant.
- removed
Version 0.1.3
- Changes to the core API around
ModelReaderandModelWriter.
Version 0.1.2
- Fixed issue in ID->Shape mapping.
- Fixed issue with missing
memberson structure and union shapes. - Added a set of JSON files from the AWS repository as parser tests.
- Renamed integration test names for easier reporting.
Version 0.1.1
- Able to read a JSON representation.
Version 0.1.0
- First release.
- Able to write the example weather service, constructed using the builder API.
TODO
None.