Json Error on Wordpress plugin 'see more' dropdown

Location hours table (i.e Monday 9am) is supposed to show when down arrow is clicked -- instead I believe it's a JSON error. Wordpress plugin, any help is awesome, thanks!
4 Replies
hello.wurld
hello.wurldOP3y ago
Here's part of the code, does this help? Would it be an issue with code I modified in functions.php ?
a:14:{s:6:"monday";a:3:{i:0;s:15:"6:00 AM,5:00 PM";i:1;s:16:"6:40 AM,12:00 AM";i:2;s:16:"7:45 AM,12:00 AM";}s:8:"monday_1";a:3:{i:0;a:18:{s:15:"monday_rstart_0";s:3:"yes";s:15:"monday_r_text_0";s:0:"";s:10:"monday_m_0";s:2:"MB";s:10:"monday_s_0";s:6:"sunset";s:10:"monday_r_0";s:3:"ru5";s:14:"monday_title_0";s:12:"U2hhY2hyaXM=";s:12:"monday_des_0";s:0:"";s:13:"monday_rend_0";s:3:"yes";s:15:"monday_s_text_0";s:0:"";s:11:"monday_me_0";s:2:"MB";s:11:"monday_se_0";s:6:"sunset";s:11:"monday_re_0";s:3:"ru5";s:15:"monday_checkr_0";s:1:"0";s:15:"monday_checke_0";s:1:"0";s:14:"monday_dayfr_0";s:6:"sunday";s:14:"monday_dayvr_0";s:7:"sunrise";s:14:"monday_dayfe_0";s:6:"sunday";s:14:"monday_dayve_0";s:7:"sunrise";}i:1;a:18:{s:15:"monday_rstart_1";s:3:"yes";s:15:"monday_r_text_1";s:0:"";s:10:"monday_m_1";s:2:"MB";s:10:"monday_s_1";s:6:"sunset";s:10:"monday_r_1";s:3:"ru5";s:14:"monday_title_1";s:12:"U2hhY2hyaXM=";s:12:"monday_des_1";s:0:"";
...
a:14:{s:6:"monday";a:3:{i:0;s:15:"6:00 AM,5:00 PM";i:1;s:16:"6:40 AM,12:00 AM";i:2;s:16:"7:45 AM,12:00 AM";}s:8:"monday_1";a:3:{i:0;a:18:{s:15:"monday_rstart_0";s:3:"yes";s:15:"monday_r_text_0";s:0:"";s:10:"monday_m_0";s:2:"MB";s:10:"monday_s_0";s:6:"sunset";s:10:"monday_r_0";s:3:"ru5";s:14:"monday_title_0";s:12:"U2hhY2hyaXM=";s:12:"monday_des_0";s:0:"";s:13:"monday_rend_0";s:3:"yes";s:15:"monday_s_text_0";s:0:"";s:11:"monday_me_0";s:2:"MB";s:11:"monday_se_0";s:6:"sunset";s:11:"monday_re_0";s:3:"ru5";s:15:"monday_checkr_0";s:1:"0";s:15:"monday_checke_0";s:1:"0";s:14:"monday_dayfr_0";s:6:"sunday";s:14:"monday_dayvr_0";s:7:"sunrise";s:14:"monday_dayfe_0";s:6:"sunday";s:14:"monday_dayve_0";s:7:"sunrise";}i:1;a:18:{s:15:"monday_rstart_1";s:3:"yes";s:15:"monday_r_text_1";s:0:"";s:10:"monday_m_1";s:2:"MB";s:10:"monday_s_1";s:6:"sunset";s:10:"monday_r_1";s:3:"ru5";s:14:"monday_title_1";s:12:"U2hhY2hyaXM=";s:12:"monday_des_1";s:0:"";
...
Jochem
Jochem3y ago
that doesn't look like an error, just unparsed json it's incomplete though, it's cut off at ...
hello.wurld
hello.wurldOP3y ago
Yeah I cut it off to save the space. How can I parse the JSON?

Did you find this page helpful?