Skip to content

Commit

Permalink
Update JsonParsing.md
Browse files Browse the repository at this point in the history
add reference section
  • Loading branch information
lunaseaa authored Nov 26, 2023
1 parent 2ef2e1a commit 16d6f3b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Topics/Tech_Stacks/JsonParsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,15 @@ Minimizing JSON Payload Size: Implementing data compression techniques, such as




## Reference & External Resources

* [performance comparison](https://www.adaltas.com/en/2021/03/22/performance-comparison-of-file-formats/#:~:text=For%20row%20based%20format%20bzip,snappy%2095%25%20and%2091%25)
* [json reduce data size](https://www.baeldung.com/json-reduce-data-size#:~:text=Compressing%20with%20gzip&text=That's%20why%20gzip%20is%20our,and%20compress%20it%20with%20gzip)
* [JavaScript Json parse](https://www.w3schools.com/js/js_json_parse.asp​​)
* [openAI](https://www.openai.com/research/chatgpt)
* [Java Json parse](https://www.geeksforgeeks.org/parse-json-java/)
* [Python Json parse](https://www.freecodecamp.org/news/python-parse-json-how-to-read-a-json-file/)
* [GZip Json](https://jcristharif.com/msgspec/)



Expand Down

0 comments on commit 16d6f3b

Please sign in to comment.