タグ

2018年3月20日のブックマーク (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

    akymrk
    akymrk 2018/03/20
    “Zipson is a drop-in alternative to JSON.parse/stringify with added compression and streaming support. ”