Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 243 Bytes

dictionary.md

File metadata and controls

11 lines (11 loc) · 243 Bytes

Dictionary

Notes

Creates a dictionary based on the given JSON. JSON can be replaced with a dictionary from the dictionary builder.

Syntax

dictionary(json: <#Dictionary#>)

Example

dictionary(json: {"name": "Zachary"})