'Jora name with Dots

I am using the Chrome plugin JsonDiscovery that use JORA to Query in JSON and make JSON query. But know when I consult the MS DevOps API that return the fields with dots in the name I coldnt make the query because JORA understand the dot like to get the next field in the hierarchic.


    {
        Microsoft.VSTS.Common.ValueArea: "Business",
        Microsoft.VSTS.Scheduling.Effort: 40,
        Microsoft.VSTS.Scheduling.StartDate: "2021-01-11T03:00:00Z",
    }

Dows Someone know how I can make the query with those dots in the name ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source