~sircmpwn/hare-json

JSON support for Hare
Fix typo
Fix memory leaks
encoding::json: reconfigure as standalone module

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-json
read/write
git@git.sr.ht:~sircmpwn/hare-json

You can also use your local clone with git send-email.

#hare-json

This package provides JSON support for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-json". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-json/ add https://git.sr.ht/~sircmpwn/hare-json master