The document describes a new approach to JSON fuzzing developed by the authors. It notes that existing fuzzing tools do not support JSON format testing. The authors extended an existing Firefox addon to add JSON parsing and fuzzing capabilities. This allows converting a JSON request to name-value pairs for fuzzing, fuzzing the values, converting back to JSON format and sending to the application. A demo is provided and future work discussed, such as supporting different JSON formats and integrating the technique into other tools.