SAP / abap-file-formats

File formats that define and specify the file representation for ABAP development objects
MIT License
58 stars 56 forks source link

Fix incorrect example in docs/json.md documentation #650

Closed jonassobotta closed 3 months ago

jonassobotta commented 3 months ago

In the example I used for the pattern annotation I had a typo in the pattern; [a-Z] is not a valid regex, therefore I changed it to [a-z]