Skip to content

Instantly share code, notes, and snippets.

@randyzhao
Last active May 13, 2018 23:04
Show Gist options
  • Select an option

  • Save randyzhao/34538e8d2d755c56c8360f40e16ce8dd to your computer and use it in GitHub Desktop.

Select an option

Save randyzhao/34538e8d2d755c56c8360f40e16ce8dd to your computer and use it in GitHub Desktop.

Revisions

  1. randyzhao revised this gist May 13, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion basic_usage_user.json
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,5 @@
    "name": "United States",
    "code": "US"
    },
    "type": 2 // 1 for normal user and 2 for admin
    "type": 2
    }
  2. randyzhao revised this gist May 13, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion basic_usage_user.json
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,5 @@
    "name": "United States",
    "code": "US"
    },
    "type": 2
    "type": 2 // 1 for normal user and 2 for admin
    }
  3. randyzhao created this gist May 13, 2018.
    8 changes: 8 additions & 0 deletions basic_usage_user.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    {
    "username": "Test user",
    "country": {
    "name": "United States",
    "code": "US"
    },
    "type": 2
    }