Is your change request related to a problem? Please describe.
I am constantly running back to the documentation to remember the names for decodeJson and fromJsonString, because one uses decode and one uses from. The inconsistency makes me mix them up like crazy 😅
Describe the solution you'd like
Add decodeJsonString and/or fromJson as brain-friendly aliases to fromJsonString and decodeJson
Is your change request related to a problem? Please describe.
I am constantly running back to the documentation to remember the names for
decodeJsonandfromJsonString, because one uses decode and one uses from. The inconsistency makes me mix them up like crazy 😅Describe the solution you'd like
Add
decodeJsonStringand/orfromJsonas brain-friendly aliases tofromJsonStringanddecodeJson