|
static bool | TryAdd< TKey, TValue > (this Dictionary< TKey, TValue > dictionary, in TKey key, in TValue value) |
|
static ReadOnlySpan< byte > | GetSpan (this ref Utf8JsonReader reader) |
|
static bool | IsInRangeInclusive (uint value, uint lowerBound, uint upperBound) |
|
static bool | IsInRangeInclusive (int value, int lowerBound, int upperBound) |
|
static bool | IsInRangeInclusive (long value, long lowerBound, long upperBound) |
|
static bool | IsDigit (byte value) |
|
static void | ReadWithVerify (this ref Utf8JsonReader reader) |
|
static string | Utf8GetString (ReadOnlySpan< byte > bytes) |
|
static Dictionary< TKey, TValue > | CreateDictionaryFromCollection< TKey, TValue > (IEnumerable< KeyValuePair< TKey, TValue > > collection, IEqualityComparer< TKey > comparer) |
|
static bool | IsFinite (double value) |
|
static bool | IsFinite (float value) |
|
static void | ValidateInt32MaxArrayLength (uint length) |
|
static bool | IsValidDateTimeOffsetParseLength (int length) |
|
static bool | TryParseAsISO (ReadOnlySpan< byte > source, out DateTime value) |
|
static bool | TryParseAsISO (ReadOnlySpan< byte > source, out DateTimeOffset value) |
|
static byte[] | GetEscapedPropertyNameSection (ReadOnlySpan< byte > utf8Value, JavaScriptEncoder encoder) |
|
static byte[] | EscapeValue (ReadOnlySpan< byte > utf8Value, int firstEscapeIndexVal, JavaScriptEncoder encoder) |
|
Definition at line 8 of file JsonHelpers.cs.