mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 06:47:13 -04:00
feat: Implement JS Object to JSON Converter (#849)
This commit is contained in:
parent
d3b32cc14e
commit
a385d18bc7
9 changed files with 148 additions and 1 deletions
|
@ -199,6 +199,14 @@ tools:
|
|||
json-to-yaml-converter:
|
||||
title: JSON to YAML converter
|
||||
description: Simply convert JSON to YAML with this live online converter.
|
||||
|
||||
json-to-javascript:
|
||||
title: JSON to JS converter
|
||||
description: Simply convert JSON to Javascript object with this live online converter.
|
||||
|
||||
javascript-to-json:
|
||||
title: JS to JSON converter
|
||||
description: Simply convert Javascript object to JSON with this live online converter.
|
||||
|
||||
url-parser:
|
||||
title: Url parser
|
||||
|
|
|
@ -197,6 +197,14 @@ tools:
|
|||
title: JSON到YAML转换器
|
||||
description: 在线转换将JSON转换为YAML。
|
||||
|
||||
json-to-javascript:
|
||||
title: JSON 到 JS 转换器
|
||||
description: 使用此在线转换器将 JSON 转换为 Javascript 对象。
|
||||
|
||||
javascript-to-json:
|
||||
title: JS 到 JSON 转换器
|
||||
description: 使用此在线转换器将 Javascript 对象转换为 JSON。
|
||||
|
||||
url-parser:
|
||||
title: Url分析器
|
||||
description: 解析url字符串以获取所有不同的部分(协议、来源、参数、端口、用户名密码…)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue