|
|
|
|
|
by cheez
5479 days ago
|
|
I think the difference is that XML protocols are meant to be generated while JSON protocols are meant to be hand-written to some extent. Otherwise, what's the difference with: {'ret': 'pump me up'} And <object>
<slot name="ret">pump me up</slot>
</object> If it's a computer generating it? |
|