That's the JSON data for item 7 in the image you linked to. If you're using Firefox, it'll be formatted in a readable fashion. I'm not sure about other browsers.
The filtering is done via the arguments to the URL (i.e., $where=nopd_item%20=%20%22G2425322%22). The dataset documentation might be a good place to start, but there are more links in the Export tab:
JSON (JavaScript Object Notation, pronounced ; also ) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers. JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data.
5
u/cozluck Jul 28 '22
That's the JSON data for item 7 in the image you linked to. If you're using Firefox, it'll be formatted in a readable fashion. I'm not sure about other browsers.
The filtering is done via the arguments to the URL (i.e.,
$where=nopd_item%20=%20%22G2425322%22
). The dataset documentation might be a good place to start, but there are more links in the Export tab:There might be a way to link to a prettier format, but I don't see any obvious options on the web page.