C# Class Nemo.Utilities.Json

Afficher le fichier Open project: stepaside/Nemo

Méthodes publiques

Méthode Description
Parse ( string json ) : JsonValue

Private Methods

Méthode Description
CheckTop ( JsonValue top, int charPosition ) : void
HexToInteger ( string source, uint &output ) : int
IntegerToHex ( int value, char hex ) : void
TextToDecimal ( string source, decimal &output ) : int
TextToInteger ( string source, long &output ) : int

Method Details

Parse() public static méthode

public static Parse ( string json ) : JsonValue
json string
Résultat JsonValue