Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to cli to dump json views of the models. #20

Closed
Baccata opened this issue Dec 28, 2021 · 0 comments · Fixed by #24
Closed

Add command to cli to dump json views of the models. #20

Baccata opened this issue Dec 28, 2021 · 0 comments · Fixed by #24
Assignees

Comments

@Baccata
Copy link
Contributor

Baccata commented Dec 28, 2021

The smithy-model library is awesome, but is JVM-only. As a low-cost way of building more cross-platform tooling (in particular dynamic tooling), we could parse models from json into a custom, pure-scala representation. That representation would obviously not have as much capabilities as the pure java one, but it could be loaded into scala-js/scala-native programs.

In any case, we'll need an easy way to dump the json view of models, and an additional command to the CLI would be great for that.

@kubukoz kubukoz self-assigned this Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants