T
T
Tsiren Naimanov2015-03-29 13:04:35
JSON
Tsiren Naimanov, 2015-03-29 13:04:35

What will be the result of JSON Deserialization if the object is described by 50%?

What will be the result of JSON Deserialization if the object is described by 50%?
For example
here is my json

{
    "response": {
        "count": 2,
        "items": [
            { "id": 87956156, "name": "VKSDK test", "screen_name": "vksdktest", "is_closed": 0, "type": "group", "is_admin": 1, "admin_level": 3, "is_member": 1, "photo_50": "http:\/\/vk.com\/images\/community_50.gif", "photo_100": "http:\/\/vk.com\/images\/community_100.gif", "photo_200": "http:\/\/vk.com\/images\/community_200.gif" } ]
    }}

and the model will consist of a response object, the property of which will be count without Ilist
when deserialized, parsing json what will it say? or just skip it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tsiren Naimanov, 2015-03-29
@ImmortalCAT

There will be no errors,
all ZBS will display

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question