Is there any library or so which converts AVRO schema to JSON Schema?

I have a ask in one of the project to convert AVRO schema to JSON schema. Is there any library for such work?

From Java, you should be able to use AvroConverter and JSONSchemaConverter classes together with a Connect API Struct and Schema instance in between.