1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_JSONMODELS 2*4882a593Smuzhiyun bool "python-jsonmodels" 3*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_DATEUTIL # runtime 4*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_SIX # runtime 5*4882a593Smuzhiyun help 6*4882a593Smuzhiyun Models to make easier to deal with structures that are 7*4882a593Smuzhiyun converted to, or read from JSON. 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun https://github.com/beregond/jsonmodels 10