We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What if the key has an @ sign in it
The text was updated successfully, but these errors were encountered:
Hit this today
Example input data
{ "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(id,userPrincipalName,surname,employeeId,preferredLanguage,officeLocation,mobilePhone,mail,jobTitle,givenName,displayName,mailNickname,accountEnabled,department,ageGroup,assignedLicenses,assignedPlans,businessPhones,city,companyName,consentProvidedForMinor,country,creationType,deletedDateTime,employeeHireDate,employeeOrgData,employeeType,faxNumber,identities,imAddresses,lastPasswordChangeDateTime,licenseAssignmentStates,onPremisesExtensionAttributes,otherMails,passwordPolicies,passwordProfile,postalCode,proxyAddresses,streetAddress,userType,manager" }
Valid JSON Path would be something like $.['@odata.context'] but this doesn't work on the website
$.['@odata.context']
Sorry, something went wrong.
This is broken on valid JSON paths containing '@' for sure.
No branches or pull requests
What if the key has an @ sign in it
The text was updated successfully, but these errors were encountered: