| TryParse(String, JsonObject) | Tries to read a JsonObject from a string that contains JSON object. | 
| TryParse(TextReader, JsonObject) | Tries to read a JsonObject from a TextReader that contains JSON object. | 
| TryParse(Stream, JsonObject, Encoding) | Tries to read a JsonObject from a Stream that contains JSON object. |