1{ 2 "name": "@ohos/ylong_json", 3 "version": "4.0", 4 "description": "Serialization and deserialization for JSON.", 5 "publishAs": "code-segment", 6 "homePage": "https://gitee.com/openharmony", 7 "repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_json", 8 "license": "Apache License 2.0", 9 "language": "", 10 "private": false, 11 "scripts": {}, 12 "envs": [], 13 "dirs": [], 14 "author": {}, 15 "contributors": [], 16 "component": { 17 "name": "ylong_json", 18 "subsystem": "commonlibrary", 19 "features": [], 20 "rom": "100KB", 21 "ram": "~200KB", 22 "deps": {}, 23 "build": { 24 "sub_component": [], 25 "inner_kits": [ 26 { 27 "header": { 28 "header_base": [], 29 "header_files": [] 30 }, 31 "name": "//commonlibrary/rust/ylong_json:lib" 32 } 33 ], 34 "test": [] 35 } 36 } 37 }