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