jsonata-js / jsonata-exerciser

Playground for trying out JSONata expressions
MIT License
24 stars 27 forks source link

Fixes/improvements for bindings pane and loading of external libraries #14

Closed sarathkcm closed 3 years ago

sarathkcm commented 3 years ago

Further changes and fixes for Issue #9

This PR includes the following changes:

  1. Fix resize behaviour of bindings pane (removes animation).
  2. Show error when fetching external library fails.
  3. Added sample bindings for each object
  4. Added empty string fallback for bindings to support old saved expressions for which bindings will be undefined.

The current version is deployed at https://sarathkcm.github.io/jsonata-exerciser/ for testing.

andrew-coleman commented 3 years ago

Thank you!