yll_jsonparser
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

简单的举例

import Flatted from "yll_jsonparser"
var a = [{one: 1}, {two: '2'}];
a[0].a = a;
Flatted.stringify(a);  //[["1","2"],{"one":1,"a":"0"},{"two":"3"},"2"]

Readme

Keywords

none

Package Sidebar

Install

npm i yll_jsonparser

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

9.62 kB

Total Files

6

Last publish

Collaborators

  • yll10243