{
    "Title": "JSON Conversion Test",
    "ParentCollection": [
        {
            "Name": "Parent 1",
            "ChildCollection": [
                {
                    "Name": "Child of 1"
                }
            ]
        },
        {
            "Name": "Parent 2",
            "ChildCollection": []
        },
        {
            "Name": "Parent 3",
            "ChildCollection": [
                {
                    "Name": "1st Child of 3"
                },
                {
                    "Name": "2nd Child of 3"
                }
            ]
        },
        {
            "Name": "Parent 4",
            "ChildCollection": []
        }
    ]
}