I have a big jQuery data with the following format.
jQuery({locations: [,…], markersContent: [,…], sidebarContent: [,…]});
Is there a way to get the context of first part (locations) with python? I tried unsuccessfully different commands in PyQuery. Can anyone suggest a solution?
thanks