| GetBigIntegerOrDefault(JsonValue, JsonValueType) | Gets the specified JsonValue as a BigInteger value if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to BigInteger; otherwise, returns 0. |
| GetBigIntegerOrDefault(JsonValue, BigInteger, JsonValueType) | Gets the specified JsonValue as a BigInteger value if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to BigInteger; otherwise, returns defaultValue. |