Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Add JSON result type component #260

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

martin-brennan
Copy link
Contributor

@martin-brennan martin-brennan commented Oct 31, 2023

If a column is payload or contains _payload it will be assumed
it has JSON data in it, then we will show the truncated JSON in the
result column with a button to show the full-screen formatted
JSON using our full-screen code viewer.

image
image

@martin-brennan martin-brennan force-pushed the feature/add-json-viewer-result-type branch from 850df68 to a65fa78 Compare November 1, 2023 05:19
If a column is `payload` or contains `_payload` it will be assumed
it has JSON data in it, then we will show the truncated JSON in the
result column with a button to show the full-screen formatted
JSON using our full-screen code viewer.
@martin-brennan martin-brennan force-pushed the feature/add-json-viewer-result-type branch from a65fa78 to d8f1235 Compare November 1, 2023 05:27
Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
@martin-brennan martin-brennan merged commit 5776aa7 into main Nov 1, 2023
5 checks passed
@martin-brennan martin-brennan deleted the feature/add-json-viewer-result-type branch November 1, 2023 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants