UNPKG

irest-app-test

Version:

iRest is a zero-configuration application that allows you to easily create/manage APIs, generate random data on demand and perform operations on that data using REST interface.

1 lines 170 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports["default"]=IsJsonString;function IsJsonString(a){try{JSON.parse(a)}catch(a){return!1}return!0}