Skip to content

Commit

Permalink
Revising ToJsonString RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
mluk-aws committed May 6, 2022
1 parent 20d7085 commit 4a9148c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RFCs/0014-ToJsonString.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

* **Original Author(s):**: @mluk-aws
* **Tracking Issue**: [Tracking Issue](https://github.com/aws-cloudformation/cfn-language-discussion/issues/14)
* **Reviewer**: @cfn-language-and-tools-team

# Summary

As part of Language Extensions, we will support an intrinsic function called `Fn::ToJsonString` that enables developers to convert a template block into an escaped JSON string, which can be used as input values to string-type properties of CloudFormation resources.
We will support an intrinsic function called `Fn::ToJsonString` that enables developers to convert a template block into an escaped JSON string, which can be used as input values to string-type properties of CloudFormation resources.

# Examples

Expand Down

0 comments on commit 4a9148c

Please sign in to comment.