All types
|
All members
RT.Json
RT.Json
Bool
Conversion
Options
Json
Bool
Json
Dict
Json
Extensions
ToJsonDict
<>(
source
,
key
Selector
,
value
Selector
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
(
source
)
ToJsonList
<>(
source
,
element
Selector
)
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 class:
RT.Json.
JsonExtensions
Assembly:
RT.Json, Version=2.0.1743.0, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Json
Summary
Provides extension methods for the JSON types.
Static methods
JsonDict
ToJsonDict
<T>(
this IEnumerable<T>
source
,
Func<T, string>
keySelector
,
Func<T,
JsonValue
>
valueSelector
)
Creates a
JsonDict
from an input collection.
JsonList
ToJsonList
(
this IEnumerable<
JsonValue
>
source
)
Creates a
JsonList
from an input collection.
JsonList
ToJsonList
(
this IEnumerable<string>
source
)
Constructs a
JsonList
from the specified collection of strings.
JsonList
ToJsonList
(
this IEnumerable<bool>
source
)
Constructs a
JsonList
from the specified collection of booleans.
JsonList
ToJsonList
(
this IEnumerable<bool?>
source
)
Constructs a
JsonList
from the specified collection of nullable booleans.
JsonList
ToJsonList
(
this IEnumerable<double>
source
)
Constructs a
JsonList
from the specified collection of doubles.
JsonList
ToJsonList
(
this IEnumerable<double?>
source
)
Constructs a
JsonList
from the specified collection of nullable doubles.
JsonList
ToJsonList
(
this IEnumerable<decimal>
source
)
Constructs a
JsonList
from the specified collection of decimals.
JsonList
ToJsonList
(
this IEnumerable<decimal?>
source
)
Constructs a
JsonList
from the specified collection of nullable decimals.
JsonList
ToJsonList
(
this IEnumerable<long>
source
)
Constructs a
JsonList
from the specified collection of longs.
JsonList
ToJsonList
(
this IEnumerable<long?>
source
)
Constructs a
JsonList
from the specified collection of nullable longs.
JsonList
ToJsonList
(
this IEnumerable<ulong>
source
)
Constructs a
JsonList
from the specified collection of ulongs.
JsonList
ToJsonList
(
this IEnumerable<ulong?>
source
)
Constructs a
JsonList
from the specified collection of nullable ulongs.
JsonList
ToJsonList
(
this IEnumerable<int>
source
)
Constructs a
JsonList
from the specified collection of ints.
JsonList
ToJsonList
(
this IEnumerable<int?>
source
)
Constructs a
JsonList
from the specified collection of nullable ints.
JsonList
ToJsonList
<T>(
this IEnumerable<T>
source
,
Func<T,
JsonValue
>
elementSelector
)
Creates a
JsonList
from an input collection.