Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

if json then parse

function isJson(str) {
    try {
        let value = JSON.parse(str);
      	return value
    } catch (e) {
        return str;
    }
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: node open file 
Javascript :: tab navigation react-native without title 
Javascript :: javascript find number in string 
Javascript :: regrex for password 
Javascript :: replace all spaces with dash in javascript 
Javascript :: onload set scroll on top of page jquery 
Javascript :: js random minus 
Javascript :: windows.load with settimeout 
Javascript :: jquery disable form element 
Javascript :: angular httpclient query params not working 
Javascript :: nodejs increase heap size 
Javascript :: nodejs get response time 
Javascript :: React Native BUILD FAILED on run-ios 
Javascript :: build palindrome javascript 
Javascript :: hnazmul 
Javascript :: body on click function 
Javascript :: javascript check if not null 
Javascript :: js addeventlistener to width of window 
Javascript :: javascript check object methods 
Javascript :: hook access loopback 
Javascript :: scroll to top in jquery 
Javascript :: javascript create uuid 
Javascript :: javascript escape html string 
Javascript :: mongoose connect to URL of atals 
Javascript :: redirect using javascript 
Javascript :: pick random value from array 
Javascript :: ng build prod 
Javascript :: javascript regex escape forward slash 
Javascript :: datepicker get selected date 
Javascript :: how to check if connected to internet js 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =