betfair / API-NG-sample-code

Code snippets in various languages to support API-NG client development
203 stars 576 forks source link

Remove extraneous closing braces #19

Closed rdancer closed 8 years ago

rdancer commented 9 years ago

There were extraneous closing curly braces in JSON request literals. Remove them.

JSON is generated locally from the literals, so the server presumably only ever was sent well-formed JSON.