Json_.string

Represents the string field of the Json_ union, holding an immutable character array.

union Json_
immutable(char)[] string;