JsonParser Class

A static class that parses a JSON document, producing a parse tree document object model (DOM).

Definition

Namespace: MichaelBrooks.UK.Json
Assembly: JsonDOM (in JsonDOM.dll) Version: 1.0.7
C#
public static class JsonParser
Inheritance
Object    JsonParser

Remarks

Methods

Thread Safety

All methods of this class are thread-safe.

See Also