Interface ParseJSONOptions

interface ParseJSONOptions {
    intDecoding: IntDecoding;
}

Properties

Properties

intDecoding: IntDecoding

Generated using TypeDoc