본문 바로가기
tEch & infO

테스트를 위한 JSON 샘플 파일 #JSON Sample Data #JSON Sample Format #JSON 테스트 파일

by every7hing 2021. 1. 5.
반응형

 

테스트를 위한 JSON 샘플 파일 

#JSON Sample Data 

#JSON Sample Format

 

 

테스트를 하다보면 JSON 파일 포맷이 필요한 경우가 있다.

필요할 때 바로바로 꺼내 쓰기 위해 저장해둡니다.

 

{
  "users": [
    {
      "userId": 1,
      "firstName": "AAAAA",
      "lastName": "as23",
      "phoneNumber": "123456",
      "emailAddress": "AAAAA@test.com",
      "homepage": "https://amogg.tistory.com/1"
    },
    {
      "userId": 2,
      "firstName": "BBBB",
      "lastName": "h5jdd",
      "phoneNumber": "123456",
      "homepage": "https://amogg.tistory.com/2"
    },
    {
      "userId": 3,
      "firstName": "CCCCC",
      "lastName": "2dhbs",
      "phoneNumber": "33333333",
      "homepage": "https://amogg.tistory.com/3"
    },
    {
      "userId": 4,
      "firstName": "DDDDD",
      "lastName": "bacasd",
      "phoneNumber": "222222222",
      "homepage": "https://amogg.tistory.com/4"
    },
    {
      "userId": 5,
      "firstName": "EEEEE",
      "lastName": "asdfasdf",
      "phoneNumber": "111111111",
      "homepage": "https://amogg.tistory.com/5"
    }
  ]
}

 

아래에 샘플 파일을 첨부합니다.

필요하신 분들은 쓰시기 바랍니다.

 

test.json
0.00MB

 

반응형

댓글