From a52ae99c0040bd8719ecda8626a712234c43d47f Mon Sep 17 00:00:00 2001 From: Baldrick44 Date: Sat, 9 May 2020 15:07:23 +0200 Subject: [PATCH] Adds FormatExpress FormatExpress is a quick and easy-to-use beautifier. Just paste the input : the language is automatically detected, the input is formatted in a viewer with syntax highlighting and nodes navigation. Disclaimer : I'm the developer of FormatExpress Example of inputs: JSON {"maths":{"q1":{"question":"5 + 7 = ?","options":["10","11","12","13"],"answer":"12"},"q2":{"question":"12 - 8 = ?","options":["1","2","3","4"],"answer":"4"}}} HTML

Text input fields




Note that the form itself is not visible.

Also note that the default width of text input fields is 20 characters.

--- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6e2fb9..be5c134 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ Only main chapters:   :small_orange_diamond: PHP Sandbox - test your PHP code with this code tester.
  :small_orange_diamond: Repl.it - an instant IDE to learn, build, collaborate, and host all in one place.
  :small_orange_diamond: vclFiddle - is an online tool for experimenting with the Varnish Cache VCL.
+  :small_orange_diamond: FormatExpress - online formatter and syntax highlighter for JSON, XML, HTML, CSS, SQL, etc.

##### :black_small_square: Performance