summaryrefslogtreecommitdiff
path: root/doc.go
blob: a23450018626928527ad0d6487831f50ed640a5d (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2023  Luke Shumaker <lukeshu@lukeshu.com>
//
// SPDX-License-Identifier: GPL-2.0-or-later

// Package lowmemjson is an alternative to the standard library's
// encoding/json that has lower memory requirements for large data
// structures.
package lowmemjson