Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the faculty-weekly-schedule domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/codebangers.com/httpdocs/wp-includes/functions.php on line 6114

Deprecated: Creation of dynamic property Simple_Code_Block_Loader::$shortcodes is deprecated in /var/www/vhosts/codebangers.com/httpdocs/wp-content/plugins/simple-code-block/core/class-simple-code-block-loader.php on line 61

Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /var/www/vhosts/codebangers.com/httpdocs/wp-content/themes/shop-isle/vendor/codeinwp/themeisle-sdk/load.php on line 31

Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /var/www/vhosts/codebangers.com/httpdocs/wp-content/themes/shop-isle/vendor/codeinwp/themeisle-sdk/load.php on line 36

Deprecated: Creation of dynamic property ThemeisleSDK\Product::$author_url is deprecated in /var/www/vhosts/codebangers.com/httpdocs/wp-content/themes/shop-isle/vendor/codeinwp/themeisle-sdk/src/Product.php on line 188

Deprecated: Creation of dynamic property Shopisle_Admin_Page::$theme_name is deprecated in /var/www/vhosts/codebangers.com/httpdocs/wp-content/themes/shop-isle/inc/admin/class-shopisle-admin-page.php on line 18

Deprecated: Creation of dynamic property Shopisle_Admin_Page::$theme_slug is deprecated in /var/www/vhosts/codebangers.com/httpdocs/wp-content/themes/shop-isle/inc/admin/class-shopisle-admin-page.php on line 19
Extract JSON String from Page Element with Javascript – CodeBangers

Extract JSON String from Page Element with Javascript


var somePageElement = 
'
{ "name":"John", "age":30, "car":"Tesla" }
'; var jsonString = '[' + somePageElement.split('[')[1].somePageElement(']')[0] + ']';
Tagged , , , ,

Leave a Reply