20 lines
322 B
Plaintext
20 lines
322 B
Plaintext
# Kconfig - JSON library
|
|
|
|
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "Additional libraries"
|
|
|
|
config JSON_LIBRARY
|
|
bool
|
|
default N
|
|
prompt "Build JSON library"
|
|
help
|
|
Build a minimal JSON parsing/encoding library. Used by sample
|
|
applications such as the NATS client.
|
|
|
|
endmenu
|