From 4a9148c11cf0796ac469e6a2f68c2f1447e86f2f Mon Sep 17 00:00:00 2001 From: Michael Luk Date: Fri, 6 May 2022 16:15:21 -0700 Subject: [PATCH] Revising ToJsonString RFC --- RFCs/0014-ToJsonString.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RFCs/0014-ToJsonString.md b/RFCs/0014-ToJsonString.md index fdf5742..3e73682 100644 --- a/RFCs/0014-ToJsonString.md +++ b/RFCs/0014-ToJsonString.md @@ -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