sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
50 stars 15 forks source link

Better detection of json #97

Open sbcgua opened 2 years ago

sbcgua commented 2 years ago

Html seem to parse and the dump ...

sbcgua commented 2 years ago

High quality of SAP native JSON parser (SXML).

<html><head><title>X</title></head><body><h1>Y</h1></body></html> is parsed without errors into

image

sbcgua commented 2 years ago

Partially closed with Node without name (maybe not JSON) error, but this is indirect. Let it stay open, maybe will improve later (see comment in lcl_json_parser->parse)