Is there a native way in Unity to parse JSON files as spritesheet metadata?

I'm exporting spritesheets from Aseprite along with a JSON file that includes information about frame duration.

The documentation on this is surprisingly sparse (likely because people aren't messing with frame duration) Does Unity have a way to natively connect JSON data to a sprite animation sequence?

Thanks!