/asciimoji-json

Ascii-moji in json format

OtherNOASSERTION

ASCII Art JSON

This repository contains a JSON file with a collection of ASCII art represented in key-value pairs. The JSON file is formatted with 4-indentation, making it easy to use in various applications.

Usage

  1. Download the JSON File: Navigate to the Releases section of this repository.

  2. Download the Latest Release: Download the latest release, which includes the formatted ASCII art in a JSON file (e.g., ascii_art.json).

  3. Integrate into Your Project: Use the downloaded JSON file in your projects, applications, or any platform that supports JSON data.

ASCII Art Structure

The JSON file contains entries in the following format:

{
    "key1": "value1",
    "key2": "value2",
    ...
}

For example

{
    "smile": "",
    "happy": "٩( ๑╹ ꇴ╹)۶",
    "heart": "",
    "kappa": ",,¬)",
    "kawaii": "≧◡≦",
    "keen": "┬┴┬┴┤Ɵ͆ل͜Ɵ͆ ༽ノ",
    "kiahh": "~\\(≧▽≦)/~",
}

Credits A special thanks to jigglycrumb/ASCIImoji for the ASCII art collection that inspired this project.

Feel free to explore and integrate this ASCII art collection into your projects!