JSON (2) 썸네일형 리스트형 JSON을 보기좋게 가공해서 보기 - json.unidago.com https://json.unidago.com JSON Validator & Formatter - Free Online JSON Tool무료 온라인 JSON 검증, 포맷팅, 압축 도구. JSON 데이터를 빠르게 검증하고 보기 좋게 포맷하세요.json.unidago.comJSON을 보기좋게 가공해서 볼 수 있습니다. codef.io php로 토큰값 가져오기 $url = "https://oauth.codef.io/oauth/token?grant_type=client_credentials&scope=read"; $clientId = "클라이언트ID"; $clientSecret = "클라이언트시크릿키"; $credentials = base64_encode($clientId.":".$clientSecret); $headers = []; $headers[] = "Authorization: Basic {$credentials}"; $headers[] = 'Content-Type: application/json'; $headers[] = 'Cache-Control: no-cache'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL.. 이전 1 다음