{"id":72516,"library":"jackson-coreutils","title":"Jackson Core Utilities","description":"A library providing utility classes and functions for working with Jackson JSON processing.","status":"active","version":"1.8","language":"java","source_language":null,"source_url":"https://github.com/fge/jackson-coreutils","tags":["jackson","json","utilities","java"],"install":[{"cmd":"<dependency>\n  <groupId>com.github.fge</groupId>\n  <artifactId>jackson-coreutils</artifactId>\n  <version>1.8</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.github.fge:jackson-coreutils:1.8'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JsonLoader","correct":"com.github.fge.jackson.JsonLoader"}],"quickstart":{"code":"import com.github.fge.jackson.JsonLoader;\nimport com.fasterxml.jackson.databind.JsonNode;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        JsonNode node = JsonLoader.fromString(\"{\\\"key\\\":\\\"value\\\"}\");\n        System.out.println(node);\n    }\n}","lang":"java","description":"Load a JSON string into a Jackson JsonNode using JsonLoader."},"warnings":[],"env_vars":null,"search_vec":"'class':8 'core':2 'function':10 'jackson':1,14,17 'java':20 'json':15,18 'librari':5 'process':16 'provid':6 'util':3,7,19 'work':12","created_at":"2026-06-17T18:40:06.273204+00:00","updated_at":"2026-06-17T18:40:06.273204+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/fge/jackson-coreutils","github":"https://github.com/fge/jackson-coreutils","docs":"https://appdoc.app/artifact/com.github.fge/jackson-coreutils/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}