Version 1.0.2
The primary addition to this version is support for JSON data types in two ways:
- There is some basic support for recognizing that a parameter is actually a JSON object and not just a string of printable characters. Currently this is limited to the most common form of JSON object used in input, which does not include any lists or embedded objects (this is something to improve on later, I know).
- The main table now lists JSON parameters, for which values are analyzed. Like everything else, this is just looking at input (i.e. the request).
Some of the analysis logic has been improved as well.