mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 00:19:34 +02:00
feat: arithmetic sequence
This commit is contained in:
@@ -4,9 +4,18 @@ import { lazy } from 'react';
|
||||
export const tool = defineTool('json', {
|
||||
name: 'Stringify JSON',
|
||||
path: 'stringify',
|
||||
icon: 'lets-icons:json-format-light',
|
||||
description: 'Convert JavaScript objects and arrays into their JSON string representation. Options include custom indentation and HTML character escaping for web-safe JSON strings.',
|
||||
icon: 'ant-design:field-string-outlined',
|
||||
description:
|
||||
'Convert JavaScript objects and arrays into their JSON string representation. Options include custom indentation and HTML character escaping for web-safe JSON strings.',
|
||||
shortDescription: 'Convert JavaScript objects to JSON strings',
|
||||
keywords: ['stringify', 'serialize', 'convert', 'object', 'array', 'json', 'string'],
|
||||
keywords: [
|
||||
'stringify',
|
||||
'serialize',
|
||||
'convert',
|
||||
'object',
|
||||
'array',
|
||||
'json',
|
||||
'string'
|
||||
],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
Reference in New Issue
Block a user