Powerjson 是由 JSON 改進而成的數據交換格式,它將 JSON 支持了部分 JavaScript 語法,使其更加高效可用,而且解決了許多 JSON 歷史遺留下來的問題。javascript
它支持 單引號字符串, 多行字符串, 註釋, 運算符, 導入文件, 導入其它 PJSON 文件 等。java
{ // 字符串 helloText: 'hello world', MultiLineText: ` Welcome to PowerJSON! `, // 文件和導入 myFile: new File('./file.txt'), importPJSONFile: new PJSON('./index2.pjson'), getFile: new GET('http://cn.powerjson.org'), // 運算符 tenDaySeconds: 60 * 60 * 24 * 10 // 這裏是註釋! /* 註釋2 */ }
爲何不加入咱們的在線 PowerJSON CN Gitter 聊天室?git
PowerJSON 在 Github / Gitee / NPM 上託管倉庫。es6
PowerJSON 支持全部兼容 ES6 的 瀏覽器 / js 運行時。github
瀏覽器:npm
Node.js:json
訪問 powerjson.org 查看咱們的在線實例和 教程!瀏覽器
每次發行版的細節和變動記錄請訪問 Github 上的 發行日志。spa
MIT日誌
Copyright (c) 2019-present, Yingxuan (Bill) Dong