From d06a833632d523647198c6d492e86993da182190 Mon Sep 17 00:00:00 2001 From: Char Date: Wed, 17 Dec 2025 14:28:12 +0800 Subject: [PATCH 1/3] Add JSON Generator link for mock data generation Added a new link to JSON Generator for testing and development. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32d0adf..0aacc5e 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ Contributions are most welcome. Categories are also open to suggestions! ### Hosted - [JSON Generator](http://www.json-generator.com/): Generate and host mock JSON data. +- [JSON Generator](http://www.jsongenerator.app/): Generate Fake JSON Data for Testing & Development. ### Desktop - [Postman](https://www.getpostman.com): Desktop API testing tool. From 1fd71e2d2080cbe5cf54aa05872c8d4ad78681d7 Mon Sep 17 00:00:00 2001 From: Char Date: Wed, 17 Dec 2025 14:40:39 +0800 Subject: [PATCH 2/3] Fix JSON Generator link in README Updated link for JSON Generator to the correct URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aacc5e..2e32786 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Contributions are most welcome. Categories are also open to suggestions! ### Hosted - [JSON Generator](http://www.json-generator.com/): Generate and host mock JSON data. -- [JSON Generator](http://www.jsongenerator.app/): Generate Fake JSON Data for Testing & Development. +- [JSON Generator](http://jsongenerator.app/): Generate Fake JSON Data for Testing & Development. ### Desktop - [Postman](https://www.getpostman.com): Desktop API testing tool. From 16786aacc04ee963f5380570d4b331f040604b8a Mon Sep 17 00:00:00 2001 From: Char Date: Wed, 17 Dec 2025 14:41:45 +0800 Subject: [PATCH 3/3] Fix link format for JSON Generator.app --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e32786..171fb18 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Contributions are most welcome. Categories are also open to suggestions! ### Hosted - [JSON Generator](http://www.json-generator.com/): Generate and host mock JSON data. -- [JSON Generator](http://jsongenerator.app/): Generate Fake JSON Data for Testing & Development. +- [JSON Generator.app](https://jsongenerator.app): Generate Fake JSON Data for Testing & Development. ### Desktop - [Postman](https://www.getpostman.com): Desktop API testing tool.