Пример #1
0
 /// <summary>
 /// Serialize a IJSONValue into JSON
 /// </summary>
 /// <param name="toWrite">The IJSONValue to be serialized</param>
 /// <returns>A string containing the serialized JSON</returns>
 public static string Write(IJSONValue toWrite)
 {
     return(toWrite.ToJSON());
 }