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
Constructor:
JsonDict
(
IEnumerable<KeyValuePair<string, JsonValue>>
)
Declared in:
RT.Json.
JsonDict
Declaration
public
JsonDict
(
IEnumerable<KeyValuePair<string,
JsonValue
>>
items
)
Summary
Constructs a dictionary containing a copy of the specified collection of key/value pairs.