naming
SolitudeSF opened this issue · 1 comments
SolitudeSF commented
what the hell are those names?
fromString
, toString
?
please, before anyone uses this stuff, rename that
gabbhack commented
You just don't get it:
import deser
import deser_json as json
echo json.fromString(int, "123")
echo json.toString(123)
Just kidding.
What do you think about fromJson
/toJson
?