We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json_encode
The generateSigninInput use json_encode to get signinInput.
will json_encode preserve the order of keys in the header/payload array? will it always generate the same output with original encoded header/payload?
The text was updated successfully, but these errors were encountered:
hey @ekousp, you should check this on the PHP doc itself: http://php.net/manual/en/function.json-encode.php#107616
Cheers!
Sorry, something went wrong.
No branches or pull requests
The generateSigninInput use
json_encode
to get signinInput.will
json_encode
preserve the order of keys in the header/payload array? will it always generate the same output with original encoded header/payload?The text was updated successfully, but these errors were encountered: