Last updated 2 years ago
Optional user-provided object. See for more information. This object behaves like a dictionary or mapping in most programming languages. Fields can be accessed using standard notation, such as obj['key'] in Python or obj.get('key') in Java.
obj['key']
obj.get('key')
{ "host": "127.0.0.1" }