|
1 | 1 | { |
2 | | - "base64Decode": "Base64 decoded", |
3 | | - "base64Encode": "Base64 encoded", |
4 | | - "css": "Formatted CSS", |
5 | | - "csv": "Formatted CSV", |
6 | | - "csvToJson": "Formatted JSON", |
7 | | - "csvToYaml": "Formatted YAML", |
8 | | - "html": "Formatted HTML", |
9 | | - "javaScript": "Formatted JavaScript", |
10 | | - "json": "Formatted JSON", |
11 | | - "jsonToCsv": "Formatted CSV", |
12 | | - "jsonToJavaScript": "Formatted JavaScript", |
13 | | - "jsonToYaml": "Formatted YAML", |
14 | | - "jwt": "Decoded JWT", |
15 | | - "less": "Formatted LESS", |
16 | | - "lowerCase": "To lower case", |
17 | | - "markdown": "Formatted Markdown", |
18 | | - "markdownToHtml": "Formatted HTML", |
19 | | - "md5": "MD5 hash", |
20 | | - "numberBase": "Number in base", |
21 | | - "queryStringToJson": "Formatted JSON", |
22 | | - "queryStringToYaml": "Formatted YAML", |
23 | | - "regex": "Regular Expression matches", |
24 | | - "ripemd": "RIPEMD-160 hash", |
25 | | - "scss": "Formatted SCSS", |
26 | | - "sha": "SHA hash", |
27 | | - "timestamp": "Formatted time", |
28 | | - "upperCase": "To upper case", |
29 | | - "urlDecode": "URL decoded", |
30 | | - "urlEncode": "URL encoded", |
31 | | - "uuid": "Generated UUID", |
32 | | - "xml": "Formatted XML", |
33 | | - "yaml": "Formatted YAML", |
34 | | - "yamlToJson": "Formatted JSON" |
| 2 | + "base64Decoder": "Base64 decoded", |
| 3 | + "base64Encoder": "Base64 encoded", |
| 4 | + "cssFormatter": "Formatted CSS", |
| 5 | + "csvFormatter": "Formatted CSV", |
| 6 | + "csvToJsonConverter": "Formatted JSON", |
| 7 | + "csvToYamlConverter": "Formatted YAML", |
| 8 | + "htmlFormatter": "Formatted HTML", |
| 9 | + "javaScriptFormatter": "Formatted JavaScript", |
| 10 | + "jsonFormatter": "Formatted JSON", |
| 11 | + "jsonToCsvConverter": "Formatted CSV", |
| 12 | + "jsonToJavaScriptConverter": "Formatted JavaScript", |
| 13 | + "jsonToYamlConverter": "Formatted YAML", |
| 14 | + "jwtDecoder": "Decoded JWT", |
| 15 | + "lessFormatter": "Formatted LESS", |
| 16 | + "lowerCaseConverter": "To lower case", |
| 17 | + "markdownFormatter": "Formatted Markdown", |
| 18 | + "markdownToHtmlConverter": "Formatted HTML", |
| 19 | + "md5Encoder": "MD5 hash", |
| 20 | + "numberBaseConverter": "Number in base", |
| 21 | + "queryStringToJsonConverter": "Formatted JSON", |
| 22 | + "queryStringToYamlConverter": "Formatted YAML", |
| 23 | + "regexDebugger": "Regular Expression matches", |
| 24 | + "ripemdEncoder": "RIPEMD-160 hash", |
| 25 | + "scssFormatter": "Formatted SCSS", |
| 26 | + "shaEncoder": "SHA hash", |
| 27 | + "timestampConverter": "Formatted time", |
| 28 | + "upperCaseConverter": "To upper case", |
| 29 | + "urlDecoder": "URL decoded", |
| 30 | + "urlEncoder": "URL encoded", |
| 31 | + "uuidGenerator": "Generated UUID", |
| 32 | + "xmlFormatter": "Formatted XML", |
| 33 | + "yamlFormatter": "Formatted YAML", |
| 34 | + "yamlToJsonConverter": "Formatted JSON" |
35 | 35 | } |
0 commit comments