aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
93 stars 38 forks source link

Serializer improvements #31

Closed johnttompkins closed 4 years ago

johnttompkins commented 4 years ago

We should have a method that serializes to a string, as a lot of the time we take the JSONObject returned from the current method and immediately call toString. Small improvement but easy to add