DOSUG / feedback

Give the DOSUG Board feedback, ask questions, or propose sessions.
1 stars 0 forks source link

Abstract - JSON at Work: The JSON Ecosystem #8

Closed tmarrs closed 9 years ago

tmarrs commented 11 years ago

JSON is more than just a simple replacement for XML when you make an AJAX call. JSON is becoming the backbone of any serious data interchange over the Internet. There are emerging standards and best practices that can be used to harness the energy and enthusiasm around JSON to build truly elegant, useful, and efficient applications. You’re already using JSON, and you may be thinking: • What else is there to talk about? • What additional tools and standards are available, and why do they matter? • Everything is great, so how would these tools and standards help?

In this presentation, we’ll cover:

The JSON Ecosystem • JSON Beginnings - language review, best practices, IDEs/tools, and the JSON Ecosystem • Structuring JSON (JSON Schema) • RESTing with JSON - modeling, prototyping, and testing with JSONPad, browser plugins, MockJax, MockJSON, Dyson • Text Search with JSON –JSONPath, and JSONPointer • Transforming JSON

Attendees will learn the basics of JSON and how to leverage this exciting technology in new ways to enhance their architecture and development efforts.

matthewmccullough commented 11 years ago

I like this the best of the four proposals @tmarrs. I think JSON rules the world. It would even be fun (but sure, I'm biased) to see some examples of calling the GitHub API with these tools.