관리-도구
편집 파일: JsonValues.892a7505.js
const a=()=>({getJsonValue:(n,t=null)=>{try{n=JSON.parse(n)}catch{n=t}return n},getJsonValues:n=>n.map(t=>JSON.parse(t)),setJsonValue:n=>JSON.stringify(n),setJsonValues:n=>n.map(t=>JSON.stringify(t))});export{a as u};