All types
|
All members
RT.Json
RT.Json
Bool
Conversion
Options
Json
Bool
Json
Dict
Json
Extensions
Json
List
Json
No
Value
Json
Number
Json
Parse
Exception
Json
Raw
Json
Safe
Value
Json
String
Json
String
(
value
)
AppendIndented
(
sb
,
indentation
)
Equals
(
other
)
Equals
(
other
)
Equals
(
other
)
GetHashCode
()
Parse
(
json
String
,
allow
Java
Script
)
ToEnumerable
()
ToString
(
quotes
)
TryParse
(
json
String
,
result
)
implicit operator
string
(
value
)
implicit operator
Json
String
(
value
)
False
True
TrueFalseComparer
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 JsonString
)
Declared in:
RT.Json.
JsonString
Declaration
public static
bool
TryParse
(
string
jsonString
,
out
JsonString
result
)
Summary
Attempts to parse the specified string into a JSON string.
Parameters
string
jsonString
A string containing JSON syntax.
out
JsonString
result
Receives the
JsonString
representing the string, or null if unsuccessful.
Returns
True if parsing was successful; otherwise, false.