#245 Added example 2 description

This commit is contained in:
Peter Conijn 2024-09-03 13:15:28 +02:00
parent 42efd2e201
commit f85022c034

View file

@ -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