All types
|
All members
RT.Json
RT.Json
Bool
Conversion
Options
Json
Bool
Json
Dict
Json
Extensions
Json
List
Json
List
()
Json
List
(
items
)
Add
(
item
)
AddRange
(
items
)
AppendIndented
(
sb
,
indentation
)
Clear
()
Contains
(
item
)
CopyTo
(
array
,
array
Index
)
Equals
(
other
)
Equals
(
other
)
Equals
(
other
)
GetEnumerator
()
GetHashCode
()
IndexOf
(
item
)
Insert
(
index
,
item
)
Parse
(
json
List
,
allow
Java
Script
)
Remove
(
item
)
RemoveAt
(
index
)
ToEnumerable
()
TryParse
(
json
Number
,
result
)
Count
Is
Container
this
[
index
]
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
Method:
void
Add
(
JsonValue
)
Declared in:
RT.Json.
JsonList
Overrides:
JsonValue
.
Add
(
JsonValue
)
Implements:
ICollection<
JsonValue
>
.
Add
(
JsonValue
)
Declaration
public override
void
Add
(
JsonValue
item
)
Summary
Adds the specified
item
to the current list.