JsonDOM documentation
C#
Show/Hide TOC
Json
Parser 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#
Copy
public
static
class
JsonParser
Inheritance
Object
JsonParser
Remarks
Online page
.
Methods
ParseJson(String)
Parse the given JSON.
ParseJson(String, JsonNode
UnexpectedDuplicateSiblingReaction)
Parse the given JSON.
Thread Safety
All methods of this class are thread-safe.
See Also
Reference
MichaelBrooks.UK.Json Namespace
In This Article
Definition
Remarks
Methods
Thread Safety
See Also