All types
|
All members
RT.Json
RT.Json
Bool
Conversion
Options
Json
Bool
Json
Bool
(
value
)
AppendIndented
(
sb
,
indentation
)
Equals
(
other
)
Equals
(
other
)
Equals
(
other
)
GetHashCode
()
Parse
(
json
Bool
,
allow
Java
Script
)
ToEnumerable
()
TryParse
(
json
Bool
,
result
)
explicit operator
bool
(
value
)
implicit operator
bool?
(
value
)
implicit operator
Json
Bool
(
value
)
implicit operator
Json
Bool
(
value
)
Json
Dict
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 JsonBool
)
Declared in:
RT.Json.
JsonBool
Declaration
public static
bool
TryParse
(
string
jsonBool
,
out
JsonBool
result
)
Summary
Attempts to parse the specified string into a JSON boolean.
Parameters
string
jsonBool
A string containing JSON syntax.
out
JsonBool
result
Receives the
JsonBool
representing the boolean, or null if unsuccessful.
Returns
True if parsing was successful; otherwise, false.