Created
February 23, 2020 10:45
-
-
Save PeterHdd/6d738522fe85ab7529c93ec31043fb5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
var response = | |
{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjIxMDcxNjg1XATLkHM3-LSmHBpY-_ER_eDcsQnHGKKmLXjHpBevyRW2HvOeWD4zbnlkoZwiL23"}; | |
print(response["token"]); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment