Skip to content

Issues: dart-lang/sdk

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Add a universal encode method area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. enhancement-breaking-change An enhancement which is breaking. library-convert type-enhancement A request for a change that isn't a bug
#56523 opened Aug 19, 2024 by vicajilau
Provide a top-level function in dart:convert for decoding JSON from binary area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#55996 opened Jun 13, 2024 by osa1
Would like a way to specify a type supports toJson and fromJson area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#53758 opened Oct 15, 2023 by eseidel
JsonCodec.decode documentation does not mention exceptions it might throw area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-documentation A request to add or improve documentation
#53282 opened Aug 18, 2023 by Hixie
[convert] On web, consider using atob and btoa to implement Base64 codec area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-convert type-enhancement A request for a change that isn't a bug type-performance Issue relates to performance or code size web-dart2js
#52007 opened Apr 11, 2023 by rakudrama
Useful constructors for Codec and Converter area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#51568 opened Feb 28, 2023 by jonasfj
Utf8Decode of UnmodifiableUint8ListView crashes on web area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-convert web-dart2js
#50195 opened Oct 13, 2022 by rakudrama
Provide a way to encode Strings to an existing buffer area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#49470 opened Jul 18, 2022 by simc
Add tryDecode and tryEncode to json area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#49138 opened Jan 28, 2022 by rifkyputra
utf8.encode should return Uint8List rather than List<int> area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#46685 opened Jul 21, 2021 by Hixie
JsonDecoder and JsonCodec classes need more detail on how they handle numbers area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-documentation A request to add or improve documentation
#46682 opened Jul 21, 2021 by Hixie
Object? instead of dynamic for jsonDecode area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#46017 opened May 14, 2021 by suragch
Document JsonCodec.decode() error handling area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-documentation A request to add or improve documentation
#45832 opened Apr 26, 2021 by mleonhard
JSON chunked decoder throws an exception when closed without any added values area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#44881 opened Feb 7, 2021 by jiahaog
Base64.decode throws FormatException Invalid length, must be multiple of four area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#39510 opened Nov 25, 2019 by adiospace
[dart:convert] Utf8Decoder lack Iterator support area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#38501 opened Sep 20, 2019 by AgainPsychoX
Cannot override toJson objects which extends List/Map area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert
#36365 opened Mar 28, 2019 by truongsinh
JSON: support custom encode/decode without intermediate objects area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#35693 opened Jan 17, 2019 by kevmoo
JsonEncoder: can't serialize NaNs with customized encoder, because of wrong identical(NaN,NaN) behavior area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-convert web-dev-compiler
#35165 opened Nov 14, 2018 by ajsergeev
BASE64URL is not compliant with rfc4648 area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
#30854 opened Sep 21, 2017 by JeromeA
better reviver API for JsonDecoder area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-n library-convert type-enhancement A request for a change that isn't a bug
#29750 opened May 30, 2017 by skybrian
Ignore newlines in BASE64? area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-2 library-convert type-enhancement A request for a change that isn't a bug
#29434 opened Apr 23, 2017 by bergwerf
ClosableStringSink.close() doesn't close StringSink area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert type-enhancement A request for a change that isn't a bug
#29354 opened Apr 14, 2017 by sgrekhov
StringConversionSink.asStringSink() and asUtf8Sink() don't invalidate this area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert type-documentation A request to add or improve documentation
#29353 opened Apr 14, 2017 by sgrekhov
Is ByteConversionSink.add() really not safe? area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert P2 A bug or feature request we're likely to work on type-documentation A request to add or improve documentation
#29336 opened Apr 13, 2017 by sgrekhov
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.