idl_parser.cpp ignores $schema in input json (#4382)
authorschoetbi <schoetbi@users.noreply.github.com>
Wed, 19 Jul 2017 15:58:48 +0000 (17:58 +0200)
committerWouter van Oortmerssen <aardappel@gmail.com>
Wed, 19 Jul 2017 15:58:48 +0000 (08:58 -0700)
commit2e2063cbeb6ea95c804796c443153f71797c3629
tree8891044e848c2793b143f6188bc7af002c57664b
parent625c9898754a491a1c195743eafdb22908e4102c
idl_parser.cpp ignores $schema in input json (#4382)

* idl_parser.cpp ignores $schema in input json
#4381

* idl_parser.cpp: Fixed ci error signed unsigned comparison

* idl_parser.cpp: replaced case insensitive search for $schema with case sensitive search

* idl_parser.cpp: Expecting a string constant after $schema
#4382
src/idl_parser.cpp