mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 13:09:15 -04:00
Change category, capitalise description
This commit is contained in:
parent
a38173d844
commit
e9430daad4
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,8 @@
|
|||
"JSON to CSV",
|
||||
"Avro to JSON",
|
||||
"CBOR Encode",
|
||||
"CBOR Decode"
|
||||
"CBOR Decode",
|
||||
"JSON to Go Struct"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -414,7 +415,6 @@
|
|||
"JavaScript Minify",
|
||||
"JSON Beautify",
|
||||
"JSON Minify",
|
||||
"JSON to Go Struct",
|
||||
"XML Beautify",
|
||||
"XML Minify",
|
||||
"SQL Beautify",
|
||||
|
|
|
@ -21,7 +21,7 @@ class JSONToGoStruct extends Operation {
|
|||
|
||||
this.name = "JSON to Go Struct";
|
||||
this.module = "Default";
|
||||
this.description = "converts JSON into a Go type definition.";
|
||||
this.description = "Converts JSON into a Go type definition.";
|
||||
this.infoURL = "https://mholt.github.io/json-to-go/";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue