Checks if a string is valid XML.
The string to check.
true
if the string is valid XML, otherwise false
.
Parses XML string into an object.
The XML string to parse.
The parsed object.
Converts an object to a JSON extractor object.
The object to convert.
The JSON extractor object.
Represents an object for parsing XML and extracting JSON.