Stable v0.2.1

Json Remedy

A blazingly fast Elixir library for repairing malformed JSON using binary pattern matching. Handles LLM outputs, legacy data, and broken JSON with intelligent context-aware fixes.

Stats & Info

  • Latest release: v0.2.1
  • Recent downloads: 5925
  • All-time downloads: 14770
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

Add json_remedy to your list of dependencies in mix.exs:

def deps do
  [
    {:json_remedy, "~> 0.2.1"}
  ]
end

Then run:

mix deps.get

Resources