https://github.com/kourosh-ebinj/linkedin-json
A lightweight .NET reference project for handling JSON data effectively — featuring real-world examples, helper functions, and performance-aware techniques.
https://github.com/kourosh-ebinj/linkedin-json
dotnet-core json jsonpath
Last synced: 7 days ago
JSON representation
A lightweight .NET reference project for handling JSON data effectively — featuring real-world examples, helper functions, and performance-aware techniques.
- Host: GitHub
- URL: https://github.com/kourosh-ebinj/linkedin-json
- Owner: kourosh-ebinj
- Created: 2025-07-04T07:44:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-10T15:02:34.000Z (12 months ago)
- Last Synced: 2025-07-12T08:15:36.267Z (12 months ago)
- Topics: dotnet-core, json, jsonpath
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading & filtering JSON!
Hi!
I'm Kourosh.
Reading and filtering data files like XML and JSON is often a challenge for developers. In this project, I've created a helper class that offers a set of methods to simplify and streamline this process.
# Data Files
This project utilizes two JSON files:
jsonData.json: A lightweight file used for quick testing and demonstration.
TextOCR_0.1_train.json: A large JSON file intended to showcase handling of high-volume data.
Note: Due to its size, this file cannot be uploaded to GitHub. Please [download](https://storage.googleapis.com/kaggle-data-sets/2327240/3919937/compressed/TextOCR_0.1_train.json.zip?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcp-kaggle-com@kaggle-161607.iam.gserviceaccount.com/20250703/auto/storage/goog4_request&X-Goog-Date=20250703T071040Z&X-Goog-Expires=259200&X-Goog-SignedHeaders=host&X-Goog-Signature=55eb8ee4ca74e493b1e6a402095f4ef39cb25b0494a4294d2169f0ca4e5cee0827f2a0d338b16d5341c1ce4aa46f1246f314886862577fcf31896bcf77401909a166e327abbebe7b5c5f2312571ff05da727a1cc13ec6520416e6dd4201b899fe6c9f1d06c678d36ece9e8e9cd540869aa3b8a10322402b76452b2b8bb2d63e739ca3f732708c176095fd6cf0c9322cd0a0aa300d818913b1d49dbfe3e6b15debb10730ba5a9d7beca0a836f1fce5c137155d8aec220f535cb90be73a454ea8ae05e445023653179b61a4d650c906673179a47dace08bdc1c99d98dfa19a1a2e00b50cc4caa5322e908813a573a176151d15d4581960f012384d316ddcd8e799) it manually and place it in the **Data** folder.
# API Key
To acquire an API key, sign up on the [marketstack](https://marketstack.com) portal and navigate to the [dashboard](https://marketstack.com/dashboard)
## APIs
**[GET] /Blobs/lookup**: This api contains a number of examples for reading and filtering large files.
**[GET] /Streamings/lookup**: This api contains an example for reading streaming files.