+Scaleway Secret Manager supports storing JSON objects as secrets. You can access values using [gjson syntax](https://github.com/tidwall/gjson/blob/master/SYNTAX.md):
+
+Consider the following JSON object that is stored in a Scaleway secret:
+
+```json
+{
+ "first": "Tom",
+ "last": "Anderson"
+}
+```
+
+This is an example on how you would look up keys in the above JSON object: