PowerJSON - 由 JSON 改進的數據交換格式

PowerJSON

Powerjson 是由 JSON 改進而成的數據交換格式,它將 JSON 支持了部分 JavaScript 語法,使其更加高效可用,而且解決了許多 JSON 歷史遺留下來的問題。javascript

它支持 單引號字符串, 多行字符串, 註釋, 運算符, 導入文件, 導入其它 PJSON 文件 等。java

Simple Demo

{
    // 字符串
    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 */
}

生態系統

聊天室 Gitter

爲何不加入咱們的在線 PowerJSON CN Gitter 聊天室git

倉庫

PowerJSON 在 Github / Gitee / NPM 上託管倉庫。es6

兼容性

PowerJSON 支持全部兼容 ES6瀏覽器 / js 運行時github

瀏覽器:npm

  • IE >= 11
  • Edge All
  • Firefox >= 6
  • Chrome >= 21
  • Safari >= 7.1
  • Opera >= 15

Node.js:json

  • Nodejs >= 6

文檔

訪問 powerjson.org 查看咱們的在線實例和 教程瀏覽器

變動日誌

每次發行版的細節和變動記錄請訪問 Github 上的 發行日志spa

協議

MIT日誌

Copyright (c) 2019-present, Yingxuan (Bill) Dong

相關文章
相關標籤/搜索