Skip to content

Instantly share code, notes, and snippets.

@kofno
Created June 24, 2017 14:29
Show Gist options
  • Select an option

  • Save kofno/b3963f175f70d1368aea69438e384894 to your computer and use it in GitHub Desktop.

Select an option

Save kofno/b3963f175f70d1368aea69438e384894 to your computer and use it in GitHub Desktop.
string decoder
import { string } from 'jsonous';
const decoder = string();
decoder.decodeAny("foo"); // --> Ok("foo")
decoder.decodeAnt(8); // --> Err("Expected to find a string. Instead found 8")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment