From 03ea3e5eebce0696de621e3979cc94b341c3ce95 Mon Sep 17 00:00:00 2001 From: Kaifi Date: Sat, 1 Aug 2026 02:02:17 +0530 Subject: [PATCH 1/2] Add Olivez JSON to CSV Converter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8352e3..6fd4c36 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Generator](https://json-generator.com/) - Tool for generating random data. * [FakeJSON](https://fakejson.com/) - Web API to quickly generate fake data for your application. * [JSON to CSV](https://konklone.io/json/) - A free, in-browser JSON to CSV converter. +* [Oliv​​ez JSON to CSV Converter](https://olivez.in/tool/json-to-csv-converter) - Converts nested data, JSON Lines, and NDJSON into CSV or XLSX with table previews, column selection, and large-integer preservation. * [CSV to JSON](https://alef.website/tools/csv-to-json) - Easy, privacy-friendly and offline-first online csv to json converter * [json2csharp](https://json2csharp.com/) - Generate c# classes from a json string or url. * [JSON Utils](http://jsonutils.com/) - Site for generating C#, VB.Net, and Javascript classes from JSON. From 58463bc31b7c2e08f222813dedaf33325cad33c8 Mon Sep 17 00:00:00 2001 From: Kaifi Date: Sat, 1 Aug 2026 02:08:46 +0530 Subject: [PATCH 2/2] Fix Olivez entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd4c36..463b556 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Generator](https://json-generator.com/) - Tool for generating random data. * [FakeJSON](https://fakejson.com/) - Web API to quickly generate fake data for your application. * [JSON to CSV](https://konklone.io/json/) - A free, in-browser JSON to CSV converter. -* [Oliv​​ez JSON to CSV Converter](https://olivez.in/tool/json-to-csv-converter) - Converts nested data, JSON Lines, and NDJSON into CSV or XLSX with table previews, column selection, and large-integer preservation. +* [Olivez JSON to CSV Converter](https://olivez.in/tool/json-to-csv-converter) - Converts nested and line-delimited data into CSV or XLSX with table previews, column selection, and large-integer preservation. * [CSV to JSON](https://alef.website/tools/csv-to-json) - Easy, privacy-friendly and offline-first online csv to json converter * [json2csharp](https://json2csharp.com/) - Generate c# classes from a json string or url. * [JSON Utils](http://jsonutils.com/) - Site for generating C#, VB.Net, and Javascript classes from JSON.