JSONObject, with JSONPath capabilities.JSONObject.Mapper that loads the contents of a valid JSON Source
(e.g.: file, URL) as a JSONObject (json.org reference implementation).Mapper that loads the contents of a Source (e.g.: file,
URL) in the Properties format (a sequence of key-value pairs) and converts it
into a JSONObject (json.org reference implementation).Mapper that loads the contents of a valid XML Source
(e.g.: file, URL) and converts it into a JSONObject (using json.org
reference implementation).Copyright © 2021. All rights reserved.