Skip to content

Commit 5f92356

Browse files
authored
Add links for downloading of big and huge JSON samples
1 parent 4dc7374 commit 5f92356

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jsoniter-scala-examples/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ Scala.js build is missing because it doesn't support reading from the system inp
132132

133133
No GC options are used to speed up JSON validation for all supported builds.
134134

135+
Also, this script was tested with big (megabytes) and huge (gygabytes) inputs that could be downloaded and unpacked using
136+
following commands:
137+
```sh
138+
wget https://raw.githubusercontent.com/json-iterator/test-data/master/large-file.json
139+
wget https://webtpa-public-access.s3.us-west-2.amazonaws.com/subfolder/2023_06_430_65B0_in_network_rates.json.gz
140+
gunzip 2023_06_430_65B0_in_network_rates.json.gz
141+
```
142+
135143
### Build uber jar, print its size, and measure its start up time
136144

137145
```sh

0 commit comments

Comments
 (0)