Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
json2html
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
json2html
Merge requests
!2
Issue
#3333263
: Update README.md file according to README.md template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3333263
: Update README.md file according to README.md template
issue/json2html-3333263:3333263-update-readme.md-file
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Shubham Rathore
requested to merge
issue/json2html-3333263:3333263-update-readme.md-file
into
1.0.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
1.0.x
version 2
37b35e6b
2 years ago
version 1
2154cd7b
2 years ago
1.0.x (base)
and
latest version
latest version
37b35e6b
1 commit,
2 years ago
version 2
37b35e6b
1 commit,
2 years ago
version 1
2154cd7b
1 commit,
2 years ago
1 file
+
22
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
22
−
19
Options
#
#
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
)
Loading