WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

409

(post is archived)

[–] 1 pt

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?

[–] 1 pt

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.