bitcoin-sv / merchantapi-reference

Merchant API reference implementation
Other
23 stars 17 forks source link

Invalid JSON requires square brackets only #26

Closed sirdeggen closed 1 year ago

sirdeggen commented 1 year ago

Current example causes: The JSON value could not be converted to MerchantAPI.APIGateway.Rest.ViewModels.TxOutsRequestViewModel[]. Path: $ | LineNumber: 0 | BytePositionInLine: 1

Remove the curly brackets.

sirdeggen commented 1 year ago

closing because no one cares