aws-cloudformation / aws-cloudformation-resource-providers-sagemaker

Apache License 2.0
3 stars 8 forks source link

Escape json special characters #5

Open kddejong opened 3 years ago

kddejong commented 3 years ago

\t is a special character sequence in json I believe this should be escaped \\t cause you want to carry forward the \t on json decoding.

https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-sagemaker/blob/9f0adeb4abeeb149839e9fac94b3e52bc9595e6b/aws-sagemaker-featuregroup/aws-sagemaker-featuregroup.json#L145

PatMyron commented 3 years ago

now caught by cfn validate as well