We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This breaks mip on unix if micropython-lib is installed.
The text was updated successfully, but these errors were encountered:
Fix micropython#985 by accepting both str and bytes as arg for json.l…
8c0a8c2
…oads() Same as micropython's internal json lib does. Signed-off-by: Dominik Heidler <[email protected]>
unix-ffi/json: Fix micropython#985 by accepting both str and bytes as…
6bb7bc0
… arg for json.loads() Same as micropython's internal json lib does. Signed-off-by: Dominik Heidler <[email protected]>
unix-ffi/json: Fix micropython#985: Accept both str and bytes as arg …
f89aa1c
…for json.loads Same as micropython's internal json lib does. Signed-off-by: Dominik Heidler <[email protected]>
unix-ffi/json: Accept both str and bytes as arg for json.loads().
e53ae58
Fixes micropython#985. Same as micropython's internal json lib does. Signed-off-by: Dominik Heidler <[email protected]>
No branches or pull requests
This breaks mip on unix if micropython-lib is installed.
The text was updated successfully, but these errors were encountered: