LIVE-14
Data
CSV 转 JSON
| name | category | note |
|---|---|---|
| ConeF | Tools | local only |
| Blog | Content | has "quotes" |
[
{
"name": "ConeF",
"category": "Tools",
"note": "local only"
},
{
"name": "Blog",
"category": "Content",
"note": "has \"quotes\""
}
]