Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.87 KB

File metadata and controls

52 lines (35 loc) · 1.87 KB

JSON-Library

A collection of interactive JSON datasets for fun, learning, and creativity!

Description

JSON-Library is a curated collection of JSON datasets designed for interactive applications, educational purposes, and fun. Whether you're building quizzes, games, chatbots, or educational tools, this library provides ready-to-use data that you can incorporate into your projects. It includes a variety of trivia, riddles, inspiring quotes, and more — all in a simple JSON format.

Perfect for developers, educators, and hobbyists who want to create engaging and educational experiences!

Features

  • Interactive quizzes: Various quiz datasets, including multiple-choice and true/false questions.
  • Trivia: Fun and educational trivia for all ages.
  • Riddles & Brain Teasers: A collection of riddles to challenge and entertain.
  • Inspirational Quotes: Motivating and thought-provoking quotes in JSON format.
  • Easily customizable: Simple JSON structure allows for quick integration into your projects.

How to Use

1. Clone the repository

To start using the JSON data, you can clone the repository to your local machine using Git. Run the following command in your terminal or command prompt:

git clone https://github.com/Yanzz231/JSON-Library.git

Example Json

  • caklontong.json:

      {
         "soal": "Yang dikeluarkan bebek",
         "desk": "Jawaban: Sulap (Kan yang dikeluarkannya itu adalah bebek, biasanya ada di dalam adegan sulap)",
         "jawaban": "Sulap"
     }
  • quotesen.json:

     {
         "quotes": "Appreciation can make a day, even change a life. Your willingness to put it into words is all that is necessary.",
         "author": "Margaret Cousins"
     }

Let me know if you need any more changes or additions! 😊