Package io.goobi.viewer.controller.json


package io.goobi.viewer.controller.json
JSON-related utilities and configuration classes, providing metadata configuration for JSON output and type-safe string conversion helpers for use with JSON serialization.
  • Classes
    Class
    Description
    Configuration model for JSON metadata export, holding a template name, a Solr query, and the list of field mappings that define which Solr fields are included in the output.
    Converts loosely-formatted JSON-like strings (e.g. with unquoted keys, backtick delimiters, or unquoted string values) into a properly quoted JSON string and deserializes it into the target type.