awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cheery avatar

cheery/json-algorithm

0
View on GitHub↗
116 stars·9 forks·Python·MIT·8 views

Json Algorithm

Now even your pet rock can parse JSON.

Features

  • Machine Learning and Vision - Implementing JSON parsing and processing algorithms from the ground up.
  • System Programming - Implementation of JSON parsing and serialization logic.
  • System Utilities - Implementation of JSON parsing and processing algorithms.

Star history

Star history chart for cheery/json-algorithmStar history chart for cheery/json-algorithm

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does cheery/json-algorithm do?

Now even your pet rock can parse JSON.

What are the main features of cheery/json-algorithm?

The main features of cheery/json-algorithm are: Machine Learning and Vision, System Programming, System Utilities.

What are some open-source alternatives to cheery/json-algorithm?

Open-source alternatives to cheery/json-algorithm include: infaaa/build-your-own-x-vibe-coding — Master programming by recreating your favorite technologies from scratch with vibe coding. kevmo314/codec-from-scratch — Build a simple video encoder from scratch. emilhernvall/dnsguide — dnsguide is a software implementation of the DNS protocol designed to handle queries and responses between clients and… g-plane/tiny-package-manager — Learn how npm or Yarn v1 works. jamesroutley/write-a-hash-table — This project is a pedagogical implementation of a hash table in C, built from scratch using open addressing and linear… kezhenxu94/cache-lite — An extremely lite-weight cache framework in Kotlin, demonstrating how cache works.

Open-source alternatives to Json Algorithm

Similar open-source projects, ranked by how many features they share with Json Algorithm.
  • g-plane/tiny-package-managerg-plane avatar

    g-plane/tiny-package-manager

    462View on GitHub↗

    Learn how npm or Yarn v1 works.

    TypeScript
    View on GitHub↗462
  • infaaa/build-your-own-x-vibe-codinginFaaa avatar

    inFaaa/build-your-own-x-vibe-coding

    80View on GitHub↗

    Master programming by recreating your favorite technologies from scratch with vibe coding.

    Python
    View on GitHub↗80
  • emilhernvall/dnsguideEmilHernvall avatar

    EmilHernvall/dnsguide

    4,570View on GitHub↗

    dnsguide is a software implementation of the DNS protocol designed to handle queries and responses between clients and nameservers. It functions as a recursive DNS server and network service tool for managing the resolution of domain names within local or wide area networks. The project provides a framework for building a custom DNS server, incorporating recursive resolution logic and stub resolver integration to translate hostnames into IP addresses. It is designed for implementing the DNS protocol from scratch to facilitate network protocol learning and custom name resolution. The implemen

    dnsdns-serverinternet
    View on GitHub↗4,570
  • jamesroutley/write-a-hash-tablejamesroutley avatar

    jamesroutley/write-a-hash-table

    4,345View on GitHub↗

    This project is a pedagogical implementation of a hash table in C, built from scratch using open addressing and linear probing for collision resolution. It serves as a computer science algorithm demo, demonstrating how to construct a fundamental key-value store at a low level. The implementation covers the core operations of an associative array: inserting a key-value pair, looking up a value by its key, and deleting a pair. It uses a hash function to compute storage locations, maps hash values to array indices with the modulo operator, and resolves collisions by scanning sequentially through

    cdata-structureshash-tables
    View on GitHub↗4,345
See all 30 alternatives to Json Algorithm→