Unity asset bundle to JSON

How to use Unity animation in asset bundle format in PlayCanvas animation component?
Its possible to convert asset bundle format to JSON?

PlayCanvas does not support Unity’s asset bundle format. You have to use FBX for models and animations.

Alternatively, you can write your own converter. PlayCanvas’ animation format is very simple. You just need to build the pc.Animation object procedurally.