mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-06 14:37:11 -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",
|
"JSON to CSV",
|
||||||
"Avro to JSON",
|
"Avro to JSON",
|
||||||
"CBOR Encode",
|
"CBOR Encode",
|
||||||
"CBOR Decode"
|
"CBOR Decode",
|
||||||
|
"JSON to Go Struct"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -414,7 +415,6 @@
|
||||||
"JavaScript Minify",
|
"JavaScript Minify",
|
||||||
"JSON Beautify",
|
"JSON Beautify",
|
||||||
"JSON Minify",
|
"JSON Minify",
|
||||||
"JSON to Go Struct",
|
|
||||||
"XML Beautify",
|
"XML Beautify",
|
||||||
"XML Minify",
|
"XML Minify",
|
||||||
"SQL Beautify",
|
"SQL Beautify",
|
||||||
|
|
|
@ -21,7 +21,7 @@ class JSONToGoStruct extends Operation {
|
||||||
|
|
||||||
this.name = "JSON to Go Struct";
|
this.name = "JSON to Go Struct";
|
||||||
this.module = "Default";
|
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.infoURL = "https://mholt.github.io/json-to-go/";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue