This is a server in java and this html hab a js script which connects via ws so every time there’s an update in json it sends the update to this html client. The server is in java and am using org.json lib which treats json object as HashMap hence it’s not in sequence
Is this the same case in js? Or it stores in sequence
In JS it's ordered since ES6 I believe
Обсуждают сегодня