Type Definition algorithmia::algo::JsonValue [] [src]

type JsonValue = Value;

Feature-specific alias to a JSON enum type

This type alias varies by compilation feature to use the JSON enum type of the underlying JSON crate.

  • feature="with-rustc-serialze" uses rustc-serialize::json::Json
  • feature="with-serde" uses serde_json::Value