Skip to content

Commit 3aed811

Browse files
authored
Add 'Format JSON Online' tool entry (#942)
* Add 'Format JSON Online' tool entry * Update f.ts
1 parent c22558b commit 3aed811

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resources/f.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,4 +661,13 @@ export const resources: Resource[] = [
661661
'Mobile Development',
662662
],
663663
},
664+
{
665+
name: 'Format JSON Online',
666+
description: 'A Complete Toolkit for JSON & Data Processing.',
667+
categories: ['Productivity', 'tools'],
668+
url: 'https://formatjsononline.com/',
669+
keywords: [
670+
'json'
671+
],
672+
},
664673
]

0 commit comments

Comments
 (0)