Currently performing a gap analysis for migrating a Mapbox Vector Basemap to Esri Vector Basemaps. I'm looking for an easy way to import a Mapbox Vector Basemap JSON file to Esri Vector Basemaps. Even though Esri uses the Mapbox JSON specification, it seems like there are quite a few differences from the Mapbox JSON file and an Esri JSON file such as tag naming conventions. I tried cleaning up the file a bit by trying to parse out the differences and the JSON was accepted by Esri Vector Basemaps but didn't load correctly. Before that I was seeing errors with the filters etc.
Is there an efficient way to do this other than looking at Mapbox Basemap in Mapbox Studio and updating each of the dozens of layers seperately? Is there an easy way to convert/import a Mapbox JSON file to Esri Vector Basemaps JSON format? @Andy-Green