Public Member Functions | |
Null () | |
override string | ToString () |
override bool | Equals (Json? other) |
override int | GetHashCode () |
override int | CompareTo (Json? other) |
![]() | |
bool | Equals (Json? other) |
override bool | Equals (object? obj) |
override int | GetHashCode () |
int | CompareTo (Json? other) |
virtual int | CompareTo (object? obj) |
Properties | |
static Null | Instance = new Null() [get] |
Additional Inherited Members | |
![]() | |
static bool | operator== (Json? left, Json? right) |
static bool | operator!= (Json? left, Json? right) |
static Json.? Object | FromDictionary (Dictionary< string, object?> map) |
static Json.? Object | FromString (string json) |
static ? T | FromStringToObject< T > (string json) |
|
inline |
|
inline |
override bool HyperTrack.HyperTrack.Json.Null.Equals | ( | Json? | other | ) |
override int HyperTrack.HyperTrack.Json.Null.GetHashCode | ( | ) |
override string HyperTrack.HyperTrack.Json.Null.ToString | ( | ) |