From 3e3be3fb0f8eeb11f8b984819b5c9044539f9723 Mon Sep 17 00:00:00 2001 From: Shubham Rathore <61877-shubhamrathore01@users.noreply.drupalcode.org> Date: Tue, 24 Jan 2023 14:54:54 +0000 Subject: [PATCH] Issue #3333263 by Shubham Rathore: Update README.md file according to README.md template --- README.md | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 0882390..30a94d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Introduction +# JSON2HTML The JSON2HTML module displays JSON as a HTML table. @@ -7,42 +7,45 @@ Provides a field type that can be added to entities. Multi level tables are collapsed and can be expanded to navigate through the data. -- For a full description of the module, visit the - [project page](https://www.drupal.org/project/json2html). -- Submit bug reports and feature suggestions, or track changes in the - [issue queue](https://www.drupal.org/project/issues/json2html). +For a full description of the module, visit the +[project page](https://www.drupal.org/project/json2html). + +Submit bug reports and feature suggestions, or track changes in the +[issue queue](https://www.drupal.org/project/issues/json2html). + ## Requirements This module requires no modules outside of Drupal core. + ## Installation -Install as you would normally install a contributed Drupal module. -For further information, see +Install as you would normally install a contributed Drupal module. For further +information, see [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules). + ## Configuration -Add a JSON2HTML field to a content type, user, or other entity. +1. Add a JSON2HTML field to a content type, user, or other entity. -## Usage -JSON2HTML field can get JSON data from two kinds of source: +## Usage -- URL -- File +- JSON2HTML field can get JSON data from two kinds of source: -If using a JSON file first add it as a Media item and then use it's -ID in the Media ID field. + - URL + - File -To display specific parts of the JSON data set the Path field. +- If using a JSON file first add it as a Media item and then use it's + ID in the Media ID field. + +- To display specific parts of the JSON data set the Path field. + `https://jsontostring.com/jsonpath/` -https://jsontostring.com/jsonpath/ ## Maintainers Current maintainers: -- Robert Castelo (robertcastelo) - https://www.drupal.org/u/robert-castelo - - +- Robert Castelo - [robertcastelo](https://www.drupal.org/u/robert-castelo) -- GitLab