jsoncsv icon indicating copy to clipboard operation
jsoncsv copied to clipboard

a command tool easily convert json file to csv or xlsx

Results 3 jsoncsv issues
Sort by recently updated
recently updated
newest added

When I use the command line conver the following lines: {"english": "Slowly and not without struggle, America began to listen.", "chinese": "美国缓慢地开始倾听,但并非没有艰难曲折。"} {"english": "I didn't own a Thesaurus until four...

转换逻辑略微调整就可以支持直接填数组啦,希望可以支持一下 ```javascript // ... $("#transform").click((function() { const t = $("#inputs").val(); const e = JSON.parse(t.trim()) // , e = t.trim().split("\n"); if ("" == t) return; const o = e; // for...