v1.0.3
- improve
fromJson
exported public function to read json int,float,bool values as corresponding int,float,bool golang types. - deprecate and stop support for
fromJson
to parse strings into int,float,bool. If you want to insert bool into db, don't have json like"public": "true"
but have correct json"public": true
. Same goes for int and floats