Hello @_developer_12 ,
just check the following link:
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/products/view/configurable-options.blade.php
here you can see $config = $configurableOptionHelper->getConfigurationConfig($product)
and then $config is used as json data in the component.
Thank you.