~sircmpwn/hare-json

JSON support for Hare
encoding::json: update strconv usage
remove unused lexer.buffer property
json::dump: update per for-each changes

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