BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage JSON Content on InfoQ

  • Ticketmaster Launches API Suite

    Ticketmaster joined the event API landscape in late March with the launch of their developer portal, a suite of public-facing APIs, Web page widgets, and a forthcoming SDK for mobile application integration.

  • Visa Launches Visa Developer Suite of APIs

    Visa Developer opens the world’s largest retail payment network to the world of developers. The suite of APIs available via this newly launched platform include far more than the expected credit card validation and authorization systems by including APIs for micro-transactions, wish lists, and shopping carts.

  • Samsung SAMI – a D3 Platform for the IoT

    Samsung SAMI is a Data-driven Development (D3) platform for receiving, storing and sending data to/from IoT devices. Any device can send data in various formats which is then normalized into a JSON format and stored in the cloud. Data can then be requested by other devices.

  • Getting JSON Data with Netflix Falcor

    Netflix has open sourced Falcor, a JavaScript library offering a model and asynchronous mechanism for fetching JSON data from multiple sources.

  • Google Proposes to Enhance JSON with Jsonnet

    Google has open sourced Jsonnet, a configuration language that supersedes JSON and adds new features without breaking backwards compatibility: comments, references, arithmetic and conditional operators, array and object comprehension, imports, functions, local variables, inheritance and others. Jsonnet programs are translated to compliant JSON data formats.

  • MySQL Offers a REST API

    A prototype of MySQL 5.7 is shipping with an optional component called the MySQL HTTP Plugin. This plugin allows direct access to MySQL via a REST over HTTP interface, eliminating the need for a middle-tier server or database specific drivers.

  • Core Support for JSON in Java 9

    One of the first Java 9 features to be announced is core support for JSON. We spoke to early adopters to find out more.

  • Heroku’s HTTP API Design Guide

    Wesley Beary, a member of the API team at Heroku, has compiled a list of guidelines for creating HTTP+JSON APIs presented in a condensed form here.

  • APIs.json: Publishing and Discovering APIs

    APIs.json lets domains make their APIs public and discoverable by search engines.

  • Oracle Database Gets In-Memory

    Oracle Database 12c Release 1 (12.1.0.2) is now available and includes the much anticipated “In-memory” feature, along with several other improvements.

  • UN's New ReliefWeb API Improves Humanitarian Dev Experience

    This update to the premier source of humanitarian data worldwide will help international aid organizations by simplifying access, improving data flexibility, and improving the system's performance and robustness.

  • Jackson Founder, Tatu Saloranta, responds to JSON Benchmarks

    Last week, InfoQ reported that Groovy 2.3 has a much faster JSON parser than previous versions. While creating the article, we sent an email to Tatu Saloranta, founder of the Jackson JSON processor. We wanted to see what he thought about Rick Hightower reporting that Groovy and Boon provide the fastest JSON parser for the JVM.

  • Groovy 2.3 gets a much faster JSON Parser

    Groovy 2.3 will ship with one of the fastest JSON parsers on the JVM, according to Rick Hightower, the ubiquitous consultant and author.

  • The Performance of Dart 1.3 Is on Par with Node.js

    The Google Dart team has announced Dart SDK 1.3 which improves the performance of asynchronous server-side code to the point that Dart VM is on par with Node.js, the later using another Google technology, the V8 engine.

  • Amazon Chooses HAL Media Type for AppStream API

    Amazon has released a new API, the AppStream API, which allows you to programmatically manage apps hosted on the Amazon AppStream platform. For this API, they chose to build it with the HAL media type. HAL is a minimalist hypermedia enabled media type for building machine-to-machine APIs. Amazon is one of the largest organizations to choose hypermedia as a technique for a public-facing product.

BT