tryParseJsonField

Parse the given fieldName and return its corresponding JsonFieldFlags value.

extern (C++)
tryParseJsonField
(
const(char)* fieldName
)

Parameters

fieldName const(char)*

the field name to parse

Return Value

JsonFieldFlags.none on error, otherwise the JsonFieldFlags value corresponding to the given fieldName.

Suggestion Box / Bug Report