All types
|
All members
RT.Json
RT.Json
Bool
Conversion
Options
Json
Bool
Json
Dict
Json
Dict
()
Json
Dict
(
items
)
Add
(
key
,
value
)
AddRange
(
items
)
AppendIndented
(
sb
,
indentation
)
Clear
()
ContainsKey
(
key
)
Equals
(
other
)
Equals
(
other
)
Equals
(
other
)
GetEnumerator
()
GetHashCode
()
Parse
(
json
Dict
,
allow
Java
Script
)
Remove
(
key
)
ToEnumerable
()
TryGetMember
(
binder
,
result
)
TryGetValue
(
key
,
value
)
TryParse
(
json
Dict
,
result
)
Count
Is
Container
this
[
key
]
Keys
Values
Json
Extensions
Json
List
Json
No
Value
Json
Number
Json
Parse
Exception
Json
Raw
Json
Safe
Value
Json
String
Json
Value
Js
Quotes
Numeric
Conversion
Options
String
Conversion
Options
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Static method:
bool
TryParse
(
string
,
out JsonDict
)
Declared in:
RT.Json.
JsonDict
Declaration
public static
bool
TryParse
(
string
jsonDict
,
out
JsonDict
result
)
Summary
Attempts to parse the specified string into a JSON dictionary.
Parameters
string
jsonDict
A string containing JSON syntax.
out
JsonDict
result
Receives the
JsonDict
representing the dictionary, or null if unsuccessful.
Returns
True if parsing was successful; otherwise, false.