git.lukeshu.com/go/lowmemjson@v0.3.9-0.20230723050957-72f6d13f6fb2/doc.go (about) 1 // Copyright (C) 2023 Luke Shumaker <lukeshu@lukeshu.com> 2 // 3 // SPDX-License-Identifier: GPL-2.0-or-later 4 5 // Package lowmemjson is an alternative to the standard library's 6 // encoding/json that has lower memory requirements for large data 7 // structures. 8 package lowmemjson