タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとlibraryとJSONに関するcpwのブックマーク (1)

  • zipson

    import { stringify, parse } from 'zipson'; parse(stringify(data)); Features Efficient compression with a convenient API Zero configuration drop-in replacement for JSON.stringify and JSON.parse Zero dependencies Detection of recurring patterns in recursive structures Automatic reduction of floating point precision unless you actually need those fine 10^-xx decimals Optional detection and compressio

    cpw
    cpw 2018/03/13
    jsonをストリーミングすると圧縮できなかったけどそれを解決するライブラリ。使いどころによってはあり
  • 1