Home  >  Article  >  Backend Development  >  json rpc error 32700 syntax error

json rpc error 32700 syntax error

WBOY
WBOYOriginal
2016-12-01 01:27:573682browse

<code>{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
</code>

How to solve it?

Reply content:

<code>{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
</code>

How to solve it?

Check whether the parameter json you requested is legal

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn