gabbhack/deser_json

naming

SolitudeSF opened this issue · 1 comments

what the hell are those names?
fromString, toString?
please, before anyone uses this stuff, rename that

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?