From f85022c034a73af60d8cfc07c8d65a08bbf20795 Mon Sep 17 00:00:00 2001 From: Peter Conijn Date: Tue, 3 Sep 2024 13:15:28 +0200 Subject: [PATCH] #245 Added example 2 description --- content/docs/BestPractices/string-value-tokens/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/BestPractices/string-value-tokens/index.md b/content/docs/BestPractices/string-value-tokens/index.md index 585bd4cd..f91b3c22 100644 --- a/content/docs/BestPractices/string-value-tokens/index.md +++ b/content/docs/BestPractices/string-value-tokens/index.md @@ -39,6 +39,8 @@ In this example, we show the wrong and right way to store values into a JSON obj ## Example 2 +In this second example, we show the wrong and right way to retrieve values from a JSON object. + ### Bad code ```al