The OpenD Programming Language

nullStringJsonAlternative

@safe pure nothrow @nogc
string
nullStringJsonAlternative
()

Return Value

Type: string

JSON representation of null value that can be deserialized to an algebraic types. Empty strings, structs, and lists are used instead of null value for the corresponding codes.

Meta