Created
January 14, 2020 19:32
-
-
Save lroman242/6ae3e48639f3f2134f5f93c925add6b9 to your computer and use it in GitHub Desktop.
medium json_encode codeblock 15
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
echo json_encode(["string_float" => "3.0"]); | |
// {"string_float":"3.0"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment