Smile\ElasticsuiteCore\Block\Search\Form\Autocomplete::getJsonPriceFormat PHP Method

getJsonPriceFormat() public method

Retrieve price format configuration in Json.
public getJsonPriceFormat ( ) : array
return array
    public function getJsonPriceFormat()
    {
        return $this->jsonHelper->jsonEncode($this->getPriceFormat());
    }