I'm using cloud recognition load the 3D model run time from server using JSON format https://developer.vuforia.com/forum/faq/cloud-metadata-how-can-i-store-my-data-cloud. I upload the 3D model into my server and gives the url path to metadata for JSON format. How can i parse the url string and load as a 3D model { "Name": "Test", "URL": "http://myserver/my3d_models/animal.obj" }
string metadata = targetSearchResult.MetaData;
How can i use JSON object to parse the URL from metadata and load to 3D model