Post
Topic
Board Mining (Altcoins)
Re: [JCE] Ultrafast CN-Heavy/Tube/HVX miner, low power, Vega56 1750+ h/s
by
BS0D
on 10/11/2018, 11:04:15 UTC
JSON: is it really forbidden by the json standard to write
Code:
"a" :
{42}
rather than
Code:
"a" :{
42}
?

It may be acceptable by json standard but any json validator fixes the code that way.
May be the problem occurs when using 'json.parse' where every single string should be understood as it should be. For example the string starting with "hashrate": should end with a value or a bracket.
I maybe wrong ofcourse.

Some headers like 'Access-Control-Allow-Origin' and 'Access-Control-Allow-Methods' are missing. Which are needed to make for example GET requests.
As for json, there maybe some services or functions need an iconic-like syntax to work properly.