package
0.11.1
Repository: https://github.com/pokt-foundation/utils-go.git
Documentation: pkg.go.dev

# Functions

IntegerFromJSONPayload parses a string (or integer if any) value as an int from a JSON payload Keys must be given in the form: "key1.nestedKey1.nestedKey2" Should this be refactored to also support strings?.
IntegerJSONString parses a string (or integer if any) value as an int from a JSON string.