Skip to content

Instantly share code, notes, and snippets.

@push-gists
Created April 26, 2016 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save push-gists/5ca0c905faca282331c2f2cd7b6ae4f8 to your computer and use it in GitHub Desktop.
Save push-gists/5ca0c905faca282331c2f2cd7b6ae4f8 to your computer and use it in GitHub Desktop.
// Get a reference to the JSON DataType instance
var jsonType = diffusion.datatypes.json();
// DataTypes can also be accessed by name
var binaryType = diffusion.datatypes.get('binary');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment