json

Create a convertor container with data source being json document.

  1. auto json(JSONValue value)
    json
    (
    JSONValue value = JSONValue()
    )
  2. auto json(string pathOrData, bool returnEmpty)

Parameters

value JSONValue

source of data for container to use to construct components.

Return Value

Type: auto

JsonConvertorContainer

Meta