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 "segment": { 11 "destPath": "commonlibrary/rust/ylong_json" 12 }, 13 "private": false, 14 "scripts": {}, 15 "envs": [], 16 "dirs": [], 17 "author": {}, 18 "contributors": [], 19 "component": { 20 "name": "ylong_json", 21 "subsystem": "commonlibrary", 22 "features": [], 23 "adapted_system_type": [ 24 "standard" 25 ], 26 "rom": "200KB", 27 "ram": "~200KB", 28 "deps": {}, 29 "build": { 30 "sub_component": [], 31 "inner_kits": [ 32 { 33 "header": { 34 "header_base": [], 35 "header_files": [] 36 }, 37 "name": "//commonlibrary/rust/ylong_json:lib" 38 } 39 ], 40 "test": [] 41 } 42 } 43}