Re: Json validation

2019-04-22 Thread Wade Chandler
On Mon, Apr 22, 2019, 17:24 Mark Eggers wrote: > On 4/16/2019 10:23 AM, Greenberg, Gary wrote: > > I sure do have one. Here it is. > > > > It looks like a BOM for UTF-8. > For further information on BOMs in JSON see https://tools.ietf.org/html/rfc7159#section-8.1; not allowed; to tie the loop.

Re: Json validation

2019-04-22 Thread Mark Eggers
Sent: Monday, April 15, 2019 6:23 PM > To: Greenberg, Gary > Cc: users@netbeans.apache.org > Subject: Re: Json validation > > Pretty sure .json files themselves are validated like other file types; > editor lot has it built in. Do you have a reproducible file you can share? > &

RE: [EXT] RE: Json validation

2019-04-16 Thread Thomson, Duncan
: [EXT] RE: Json validation You need to be clear whether you are talking about checking whether some text is legal JSON syntax, versus checking whether that text conforms to a JSON schema. The Netbeans editor will already do the former on text in a .json file, but I think you are asking

RE: [EXT] RE: Json validation

2019-04-16 Thread Thomson, Duncan
...@apache.org Cc: users@netbeans.apache.org Subject: [EXT] RE: Json validation I sure do have one. Here it is. Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com<mailto:ggree...@visa.com> M: 650-269-7902 [EmailSig-TaglineVersion] From: Wade Chandler mailto:wad

RE: Json validation

2019-04-16 Thread Greenberg, Gary
I sure do have one. Here it is. Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 [EmailSig-TaglineVersion] From: Wade Chandler Sent: Monday, April 15, 2019 6:23 PM To: Greenberg, Gary Cc: users@netbeans.apache.org Subject: Re: Json

Re: Json validation

2019-04-15 Thread Wade Chandler
Pretty sure .json files themselves are validated like other file types; editor lot has it built in. Do you have a reproducible file you can share? Wade On Mon, Apr 15, 2019, 18:06 Greenberg, Gary wrote: > I know that Netbeans has a feature to validate XML files and I used it > extensively