~stub/ubuntu/trusty/avro-c/trunk

« back to all changes in this revision

Viewing changes to tests/schema_tests/pass/record_fields_with_defaults

  • Committer: Stuart Bishop
  • Date: 2015-05-14 11:53:53 UTC
  • Revision ID: stuart@stuartbishop.net-20150514115353-0cvnrcyohcq5l7yj
Tags: upstream-1.7.7
ImportĀ upstreamĀ versionĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{"name": "person",
 
2
 "type": "record",
 
3
 "fields": [ {"name": "height", "type": "long"},
 
4
             {"name": "weight", "type": "long"},
 
5
             {"name": "name", "type": "string"},
 
6
             {"name": "hacker", "type": "boolean", "default": false}]}