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

Derive FromJSON for BucketName #452

Merged
merged 1 commit into from
Apr 25, 2018

Conversation

MaxGabriel
Copy link
Contributor

I wanted to pull a BucketName from a config file, and since BucketName already supports FromXML it seemed reasonable to support FromJSON

I didn't actually test this. I'm not sure how to run the generator, but from the READMEs it seemed like continuous integration would run the generator for me anyway, and I figured I could look at that.

I wanted to pull a BucketName from a config file, and since BucketName already supports FromXML it seemed reasonable to support FromJSON
@brendanhay
Copy link
Owner

Thanks for the PR - the generator doesn't need to be run as this module is hand-rolled and simply imported by the generated code.

@brendanhay brendanhay merged commit 9ea806d into brendanhay:develop Apr 25, 2018
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 this pull request may close these issues.

2 participants