jsonviewer icon indicating copy to clipboard operation
jsonviewer copied to clipboard

JsonViewer not rendering json

Open loanburgerkiwi opened this issue 1 year ago • 1 comments

Hey as per your request via the store here us my JSON and a review of how it renders in JsonViewer in VS Code:

image

{
  "assessment": {
    "application_number": "1234-abcd",
    "assessment_type": "B",
    "primary_party": "Smith B Group",
    "B_assessment": {
      "assessment_summary": {
        "Rental_income": {
          "gross": 40000,
          "net": 40000
        },
        "boarder_income": {
          "gross": 0,
          "net": 0
        },
        "family_income": {
          "gross": 0,
          "net": 0
        },
        "total_personal_group_income": 360000,
        "total_personal_group_commitments": 10000,
        "net_service_ration": "90%"
      },
      "commitments": [
        {
          "commitment": "home Loans",
          "type": "Internal",
          "balance": 500000,
          "limit": 550000,
          "monthly": 4755.64,
          "annual": 57067.64
        }
      ],
      "expenses": [
        {
          "expense": "Household status",
          "type": "Benchmarkabke",
          "limit": 2,
          "monthly": 0,
          "annual": 0
        }
      ],
      "parties": [
        {
          "name": "Mike Smith",
          "declared_gross": 200000,
          "distributed_from_business": 20000,
          "tax_deductions": 10000,
          "verified_gross": 200000,
          "student_loan": true,
          "net_income": 210000,
          "super_annuation": "2%"
        }
      ]
    }
  }
}

My VS Code uses this theme: https://marketplace.visualstudio.com/items?itemName=viktorqvarfordt.vscode-pitch-black-theme

loanburgerkiwi avatar Mar 12 '24 18:03 loanburgerkiwi

I have the same issue. Celeste Investment Advice NSW.json

Sacha00Z avatar May 23 '24 00:05 Sacha00Z

normal for me. image

ccimage avatar Aug 15 '24 14:08 ccimage

image

ccimage avatar Aug 15 '24 14:08 ccimage

you can try version 1.5.2

ccimage avatar Aug 16 '24 03:08 ccimage

Tested, working now. Thank you.

Sacha00Z avatar Aug 16 '24 04:08 Sacha00Z