Skip to content
New issue

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

unix-ffi/json json.loads() doesn't accept bytestring as arg but micropython internal json.loads() does #985

Open
asdil12 opened this issue Mar 14, 2025 · 0 comments

Comments

@asdil12
Copy link

asdil12 commented Mar 14, 2025

This breaks mip on unix if micropython-lib is installed.

asdil12 added a commit to asdil12/micropython-lib that referenced this issue Mar 14, 2025
…oads()

Same as micropython's internal json lib does.

Signed-off-by: Dominik Heidler <[email protected]>
asdil12 added a commit to asdil12/micropython-lib that referenced this issue Mar 14, 2025
… arg for json.loads()

Same as micropython's internal json lib does.

Signed-off-by: Dominik Heidler <[email protected]>
asdil12 added a commit to asdil12/micropython-lib that referenced this issue Mar 14, 2025
…for json.loads

Same as micropython's internal json lib does.

Signed-off-by: Dominik Heidler <[email protected]>
asdil12 added a commit to asdil12/micropython-lib that referenced this issue Mar 14, 2025
Fixes micropython#985.
Same as micropython's internal json lib does.

Signed-off-by: Dominik Heidler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant