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 "components": [ 30 "rust_libc" 31 ], 32 "third_party": [] 33 }, 34 "build": { 35 "sub_component": [], 36 "inner_kits": [ 37 { 38 "header": { 39 "header_base": [], 40 "header_files": [] 41 }, 42 "name": "//commonlibrary/rust/ylong_json:lib" 43 } 44 ], 45 "test": [ 46 "//commonlibrary/rust/ylong_json:unittest" 47 ] 48 } 49 } 50}