json.SelectToken("Manufacturers.Products.Price"); #1637
Labels
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Using the following pseudo code,
json.SelectToken("Manufacturers.Products.Price");
Is there a way to do to gain the value of the price ?
json, is the structured data and SelectToken is just an example method.
The text was updated successfully, but these errors were encountered: