Skip to content

Commit dbfc1fa

Browse files
committed
fix: github links and add other samge library links
1 parent 33660b2 commit dbfc1fa

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [streaming-json](https://github.com/karminski/streaming-json)
1+
# [streaming-json](https://github.com/karminski/streaming-json-js)
22
[![codecov](https://codecov.io/gh/karminski/streaming-json-js/graph/badge.svg?token=N8TO15P7XE)](https://codecov.io/gh/karminski/streaming-json-js)
3-
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/karminski/streaming-json/blob/master/LICENSE)
3+
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/karminski/streaming-json-js/blob/master/LICENSE)
44
[![npm](https://img.shields.io/badge/npm-0.1.0-orange.svg)](https://www.npmjs.com/package/streaming-json)
55
[![NPM downloads](http://img.shields.io/npm/dm/streaming-json.svg?style=flat-square)](http://www.npmtrends.com/streaming-json)
66

@@ -84,7 +84,7 @@ console.log(lexer.CompleteJSON()); // will print `{"a":[true]}`
8484

8585
For more examples please see: [examples](./examples/)
8686

87-
## Characteristics
87+
### Characteristics
8888

8989
- Coded in ES6+ or TypeScript, easily compile and generate production code
9090
- Supports multi environment, including default browsers, Node, AMD, CMD, Webpack, Rollup, Fis and so on.
@@ -94,7 +94,7 @@ For more examples please see: [examples](./examples/)
9494
turn on `legacy mode`. Under `legacy mode`, the module system can be compatible with `IE6-8`. For more information on legacy mode,
9595
please see rollup supplemental file.
9696

97-
## Compatibility
97+
### Compatibility
9898
Unit tests guarantee support on the following environment:
9999

100100
| IE | CH | FF | SF | OP | IOS | Android | Node |
@@ -104,6 +104,14 @@ Unit tests guarantee support on the following environment:
104104
> Note: Compiling code depend on ES5, so you need import [es5-shim](http://github.com/es-shims/es5-shim/) to compatible with `IE6-8`, here is a [demo](./demo/demo-global.html)
105105
106106

107+
### Try to Find This Library in Another Programming Language?
108+
109+
Please see:
110+
111+
- [streaming-json-go](https://github.com/karminski/streaming-json-go)
112+
- [streaming-json-py](https://github.com/karminski/streaming-json-py)
113+
- [streaming-json-js](https://github.com/karminski/streaming-json-js)
114+
107115

108116
### License
109117

0 commit comments

Comments
 (0)