Neos21 / practice-cson

Practice CSON

Home Page:https://neos21.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice CSON

Practice CSON

$ npx cson ./example.cson 
{
  "array": [
    "配列書ける",
    "カンマ区切りは不要"
  ],
  "object": {
    "hoge": "複数行の文字列\nどういう扱いになるんだ",
    "fuga": "テステス"
  }
}

Links

About

Practice CSON

https://neos21.net/

License:MIT License


Languages

Language:CSON 100.0%