haidubogdan/netbeans-php-blade-plugin

@json function is not working

Closed this issue · 4 comments

@JSON function is not working

this is my code

<script>
    @if( !defined('ADDRESS_PARAMS_SET') )
        var ADDRESS_PARAMS = {};
        ADDRESS_PARAMS.COUNTRIES        = @json( $defaults->countries );
    @endif
</script>

this is my error message

image

Hi,
Thank you for your observation.
The issue should be fixed with the new release https://github.com/haidubogdan/netbeans-php-blade-plugin/releases/tag/nb180-v.2.0.4

WOW, it was great. Quick fix. Thank you very much

@JSON function is not working

Seems to be working

Closing the issue ... the fix is available from v2.0.4