How do you address a person's name using tellraw in Minecraft 1.3? [duplicate]

/tellraw @a [{"text":"My name is "},{"selector":"@s"}]

to tell everyone your name. [] indicates an array of objects, {} indicates objects and then you just use key and value in quotes.

Here (archive) is a list of all things that JSON can do.