serde-json-core
serde-json-core copied to clipboard
Misc. fixes
Not sure if this project still maintained, this PR solves some things I encountered while using happy to remove/add changes as required
- ~Fix no_std build~
- Fix embedded list decoding
- Update to serde 1.0.126
- ~Re-export heapless consts~ (removed after merge fixes)
- Replace deprecated
mem::uninitialized
how's 0.5.0 for the crate version?
0.5.0 sounds fine to me!
@jordy25519 the issues you raise and want to fix look very worthwhile. Thanks! Do you plan on continuing this?
@jordens I would say feel free to continue on this if you are still interested.
Superseded by #68 @jordy25519 feel free to close this if you are happy with #68
sorry guys for low comms, was able to switch to serde_json for my usecase in the end