New JSON Import Module for Drupal Simplifies Content and Schema Imports
Jay Callicott has released a new open-source module that enables developers and site builders to import content types, fields, and structured content into Drupal using simple JSON configuration files. Called the JSON Import Module for Drupal, the tool is designed to streamline schema-driven development, offering both a user-friendly admin interface and Drush command-line support. A key highlight is its recent integration with DrupalX, bringing AI-ready enhancements and a simplified JSON shorthand syntax into the workflow.
Available now for public use and contribution, the module supports importing content types, paragraphs, fields, and actual content. Unlike its predecessor, dcloud_import, this tool is fully decoupled from API integrations, focusing entirely on local JSON-based imports. Developers can preview imports, validate JSON structure before execution, and use the tool within modern headless and decoupled Drupal architectures.
The admin UI enables site builders to import structured JSON without writing code, while Drush users benefit from a dedicated command that mirrors features from the Drupal Cloud CLI. Notably, this includes built-in AI instructions, designed to help automated tools perform configuration tasks—bringing Drupal workflows closer to practices found in frontend ecosystems like React.
Integration with DrupalX adds another layer of sophistication. By using DrupalX’s published schema and shorthand syntax, the module allows for more efficient and repeatable site setups. This makes it particularly valuable for projects where schema consistency, reusability, and AI-driven configuration are priorities.
Jay Callicott introduced the module via LinkedIn, emphasizing its potential for teams looking to replicate schema-based architecture across multiple projects or environments. In his demo, Callicott also showcased the DrupalX AI Chatbot, now powered under the hood by this module—demonstrating its readiness for AI-integrated tooling and smart automation.
The full project and source code are available on GitHub at nextagencyio/json_import. More details can be found on Jay Callicott’s LinkedIn post, which includes a live graphic and demo walk-through.


