I am trying to extract data from an in-house project(http:\192.168.1.15:8082). It uses json-rpc 2.0
. At first, I tried using beautilsoup to retrieve the information since it was being displayed on the screen, but that does not work, all I get is a bunch o function code. I am not familiar with json-rpc. Any help is welcome.
The REPONSE data printed on the website look like this:
RESPONSE:
{"jsonrpc":"2.0","result":[{"uri":"Geometry","time":1537525006,"geo":{"type":"characteristic","id":125,"information2":{"type":"Point","Weight":[15.362154,196.623546]}
How do I retrieve this information?
Thank you all,
Nick,