package
0.0.0-20201105063637-5613f3b8169f
Repository: https://github.com/appscode/go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
GO => Json
[] => `[]`
[1] => `1`
[1, 2] => `[1,2]`
*/.
GO => Json
[] => `[]`
["a"] => `"a"`
["a", "b"] => `["a","b"]`
*/.
No description provided by the author
StrToBool turns strings into bool when marshaled to Json.
StrYo turns non-strings into into a string by adding quotes around it into bool,
when marshaled to Json.