4

Learning to handle JSON with JavaScript and PHP 🙃

Comments
  • 0
    json_encode and json_decode are your friends 😉
  • 1
    @itsdaniel0 don't forget JSON.parse and JSON.stringify
  • 1
    Remove PHP from the equation and it will be easy. JSON does mean JavaScript Object Notation after all

    PHP always makes things worse 😄
  • 3
    @Froot gotta communicate with a database, and am still trying to learn node
Add Comment