Skip to content

Commit

Permalink
Update package, readme, and browserbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Jul 3, 2018
1 parent f49f0f9 commit d731c0c
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 363 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ var result = nimn.parse(schema, nimnDataString);
expect(result).toEqual(jData);
```

### Flexibility

* You can use old schema to parse nimn data created with old or new schema.
* You can use new schema to parse nimn data created with old or new schema.

Note that the fields must be added or deleted in the end of the map (object)

* Fields name can be chaged in the schema used for encoding and decoding. But their type and order must not be changed.

**Supported type**

* *map* : Fixed key value pairs
Expand Down
Loading

0 comments on commit d731c0c

Please sign in to comment.