nowfound

Alternatives

Products that do what Transit-format (JSON/MessagePack) reader/writer in C does

Transit.c is an addition to the set of libraries to support transit data interchange format written in C11. It supports full 0.8 specification of cognitect's transit-format: JSON, JSON-Verbose and MessagePack encodings, all ground and extension types, compression via keys caching, extensibility via custom tag handlers.

  1. 1
    Transluna124

    Translate JSON effortlessly

    2023

  2. 2IB

    I love C and C++, but setting up projects can sometimes be a pain. Every time I wanted to start something new I'd spend the first hour writing CMakeLists.txt, figuring out find_package, copying boilerplate from my last project, and googling why my library isn't linking. By the time the project was actually set up I'd lost all momentum. So, I built Craft - a lightweight build and workflow tool for C and C++. Instead of writing CMake, your project configuration goes in a simple craft.toml: [project] name = "my_app" version = "0.1.0" language = "c" c_standard = 99 [build] type = "executable"…

    Apr 2026 · github.com

  3. 3
    Konbert81

    Convert between data formats with a single tool

    2022

  4. 4CC
  5. 5LN
  6. 6

    A JSON-based standard for resumes

    2014

  7. 7CJ
  8. 8CD

    A small tool that parses C declarations and outputs a simple visual representation at each stage, as it encounters arrays, pointers or functions. The program uses a table-driven lexer and a hand-written, shift-reduce parser. No external dependencies apart from the standard library.

    Dec 2025 · github.com

  9. 9
    MashuPack112

    Turn codebases into a clean file for Claude and ChatGPT

    May 2026 · mashupack.com

  10. 10PL

    2012 · kgabis.github.com

  11. 11

    Tool for lazy developers to convert JSON to C# Objects

    2020

  12. 12

    Translate JSON files online in seconds.

    Apr 2026

  13. 13

    GitHub migrations for interactive planning

    2025

  14. 14JA
  15. 15CA

    I wrote a lightweight scripting language that runs together with C. Specifically, it's a C library, you run it through a C function call, and it can callback your own C functions. Compiles to ~250 kB. No dependencies beyond the C standard library. Key language features: * Uses aliases not pointers, so it's memory-safe * Arrays are N-dimensional and resizable * Runs scripts or its own 'shell' * Error trapping * Methods, inheritance, etc. * Customizable syntax

    Jan 2026 · github.com

  16. 16QI
  17. 17BF
  18. 18CL

    2018 · github.com

  19. 19IA
  20. 20OS

    Our team works with Claude Code, Codex, Gemini all day. We love Ghostty, but wanted something where we could work in multiple worktree at once and have multiple agents run. We decided to open source the internal team we use. Hope you might find it useful. Freel free to contribute or fork. * Cross-platform (Mac, Linux, Windows) all tested * MIT License Features: * Notifications, but also manual 'mark-as-unread) for worktrees (like Gmail stars) * Status indicators work for all terminals inside a wroktree * GH integrations (show PR status) and link GH issues * Can add comments to worktrees…

    Mar 2026 · github.com

  21. 21JP

    A JSON parser in c with some SIMD optimisation for skipping whitespace. The numerical and string parsing functions split out so they are independantly runnable. They were for me the 2 most difficult to understand how they work and to show how the parser was composed of lots of smaller parsers.

    2023 · github.com

  22. 22JS

    Relatively simple currently, but figured I'd post for some feedback. I started this project last year but somewhat abandoned it. This feels like something which most likely already exists, but I couldn't find anything at the time I made it. I feel like my write up on the repo is pretty good at explaining the inspiration and purpose of this package; "Let's say you have an API, and you're looking for a method by which you can increase performance of your app via doing transformations of the data directly in the API. In this scenario, you would middleman the API returned data through a Fluxduct…

    2022 · github.com

  23. 23BC

    btrc is a statically-typed language that transpiles to C11. It adds classes, generics (monomorphized), type inference, lambdas, f-strings, collections (Vector, Map, Set), threads, GPU compute via WebGPU, ARC memory management, exception handling, and a standard library — while generating strict C11 with no runtime, no GC, and no VM. The compiler is a 6-stage Python pipeline (lexer → parser → analyzer → IR gen → optimizer → C emitter) driven by a formal EBNF grammar and an algebraic AST spec (Zephyr ASDL). The generated C is readable and linkable with any C11 compiler. It ships with a VS Code…

    Mar 2026 · github.com

  24. 24

    CmdTextC is a high-performance, terminal-based text editor

    May 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →