|
|
|
|
|
by GoblinSlayer
1007 days ago
|
|
JSON maps only to javascript, but only because it was designed as a subset of javascript, for others you have to use DOM or serializers, then there's no difference between formats. For this matter, xml has generic serializers than can be used instead of writing custom one every time. |
|