I have a json string that is being read from a word press API URL.... it looks like the attached.
I need to get this to a feature class. In addition to all the fields, it only has an X and Y field which I have to convert to point geometry. Any thoughts on how I can achieve this via Python?
So I need to read the URL for the json string then create a FC from it.
Python to Table and then Table to FC? Any help would be appreciated.