Convert a schema path (i.e. JSON pointer) to a data path.
Data paths can be used in field change event handlers like handleChange.
the schema path to be converted
the data path
toDataPath('#/properties/foo/properties/bar') === 'foo.bar') Copy
toDataPath('#/properties/foo/properties/bar') === 'foo.bar')
Convert a schema path (i.e. JSON pointer) to a data path.
Data paths can be used in field change event handlers like handleChange.