Why is there only SOAP (Simple Object Access Protocol) and not COAP (Complex Object Access Protocol)?
And if I use JSON with Python, is it still JavaScript Object Notation?
Who the fuck uses SOAP these days anyway?
Why is there only SOAP (Simple Object Access Protocol) and not COAP (Complex Object Access Protocol)?
And if I use JSON with Python, is it still JavaScript Object Notation?
Who the fuck uses SOAP these days anyway?
COAP was already taken for IoT: https://en.wikipedia.org/wiki/Constrained_Application_Protocol
JSON used within Python is still JSON because it's just a notation (the N in JSON), i.e. it's a way to write down data, just in the same form that JavaScript uses for parsing objects.
COAP was already taken for IoT: https://en.wikipedia.org/wiki/Constrained_Application_Protocol
JSON used within Python is still JSON because it's just a notation (the N in JSON), i.e. it's a way to write down data, just in the same form that JavaScript uses for parsing objects.
(post is archived)