Skip to content

Commit

Permalink
docs: Added shield buttons to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Jul 26, 2017
1 parent 17b1963 commit 37a9534
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Type-Aware JSON Parser & Serializer (ta-json)

<a href="https://www.npmjs.com/package/ta-json">
<img alt="npm" src="https://img.shields.io/npm/v/ta-json.svg?style=flat-square" />
</a>
<a href="https://travis-ci.org/edcarroll/ta-json">
<img alt="Travis CI" src="https://img.shields.io/travis/edcarroll/ta-json.svg?style=flat-square" />
</a>

Strongly typed JSON parser & serializer for TypeScript / ES7 via decorators.

Supports [parameterized class constructors](#jsonobject), nesting classes, [inheritance](#jsondiscrimatorpropertypropertystring--jsondiscriminatorvaluevalueany), [`Array`s and `Set`s](#jsonelementtypetypefunction), [custom property converters](#jsonconverterconverteripropertyconverter--parameterlessconstructor) and more.
Expand Down

0 comments on commit 37a9534

Please sign in to comment.