For debugging and maybe specific use cases, it would be good if the `json` flag on the table query could be set back to true. Right now its hardcoded in two places to `false`. https://github.com/wharfkit/contract/blob/405bee17ec1a08d1903687d3a68e8d077a387ab0/src/contract/table.ts#L148 https://github.com/wharfkit/contract/blob/405bee17ec1a08d1903687d3a68e8d077a387ab0/src/contract/table-cursor.ts#L111
For debugging and maybe specific use cases, it would be good if the
jsonflag on the table query could be set back to true.Right now its hardcoded in two places to
false.contract/src/contract/table.ts
Line 148 in 405bee1
contract/src/contract/table-cursor.ts
Line 111 in 405bee1