You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we've made a mistake here #4289 with the naming jsonEncode + jsonDecode + ionEncode and ionDecode - they seem too technical. (@loicmathieu you didn't do anything wrong by following the issue, mistake on my end with the too-technical naming)
Let's rename them to friendlier names before the release.
I think it's worth renaming as follows:
jsonEncode --> toJson = Serializes a data structure into a JSON string
jsonDecode --> fromJson = Deserializes a JSON string into a data structure
ionEncode --> toIon = Serializes a data structure into an ION string
ionDecode --> fromIon = Deserializes an ION string into a data structure
Feature description
I think we've made a mistake here #4289 with the naming
jsonEncode
+jsonDecode
+ionEncode
andionDecode
- they seem too technical. (@loicmathieu you didn't do anything wrong by following the issue, mistake on my end with the too-technical naming)Let's rename them to friendlier names before the release.
I think it's worth renaming as follows:
toJson
= Serializes a data structure into a JSON stringfromJson
= Deserializes a JSON string into a data structuretoIon
= Serializes a data structure into an ION stringfromIon
= Deserializes an ION string into a data structurepseudo-code:
pebble:
After we rename, I'll update the Breaking Changes notes
The text was updated successfully, but these errors were encountered: