views:

31

answers:

1

Hello.

Does anyone know about a good tutorial/article/whatever to help me explain JavaScript ( with emphasis in JSON ) ?

I want to teach to the new team members what is JSON and how to apply it effectively, but instead of trying to re-invent the wheel ( and probably doing it wrong ) I'm looking for some training material, article, talk or whatever it is appropriate, to teach them ( and improve my knowledge in the process ) good javascript practices, pitfalls, etc, in order to take the best from the language.

We are about to start using Ext and of course we will use JSON as interchange protocol.

Thanks in advance.

Let me know if this should be CW, I would rather have it as non-cw to reward good links

+4  A: 

You can start here - http://www.json.org/

Also, "google" around for Douglas Crockford -

http://www.crockford.com/javascript/ (good videos on here)

Kris Krause
+1 from who would you learn JSON if not the inventor of JSON? :)
galambalazs
+1 for the link, I think I could make a summary very useful from those videos.
OscarRyz