Scalar analysis¶
A string value can host a lot of information. When dealing with a webservice, there is a good chance that you will get a json or xml as an answer. Taking a closer look at these may reveal a lot of information.
JSON¶
When kreXX encounters a JSON
, it does the following:
Decode it and analyse it's content.
Offer source generation to reach the decoded values.
Output a pretty print for better readability
Output the original string

Code generation for a lorem ipsum sample data json.¶
XML¶
When kreXX encounters a XML
, it does the following:
Parse it into an array and analyse it's content
Output a pretty print for better readability
Output the original string

Pretty print for a lorem ipsum sample data xml.¶
Filepath¶
When kreXX encounters a file path, it does the following:
Retrieve the realpath() and output it
Analyse the mime type of the file