// Copyright (C) 2023 Luke Shumaker // // 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