JsonFormatFilePattern Class

Definition

JSON format file pattern. A property of JsonFormat.

public static class JsonFormatFilePattern
Inheritance
JsonFormatFilePattern

Fields

ArrayOfObjects

JSON objects are in a JSON array. For example, "[{...},{...},...,{...}]".

SetOfObjects

JSON objects are separated by whitespace or joined end to end. For example, "{...}{...}...{...}", "{...} {...} ... {...}", "{...} {...} ... {...}"

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)