We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67946d7 commit b4ddcbaCopy full SHA for b4ddcba
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@timkit/json-to-php",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"scripts": {
@@ -11,6 +11,17 @@
11
},
12
"author": "tinkit.dev",
13
"license": "Apache-2.0",
14
+ "keywords": [
15
+ "json",
16
+ "php",
17
+ "convert",
18
+ "json to php",
19
+ "json to array",
20
+ "json to object",
21
+ "json to associative array",
22
+ "json2php",
23
+ "jsontophp"
24
+ ],
25
"description": "Convert JSON strings into PHP-style associative arrays.",
26
"devDependencies": {
27
"@tsconfig/node20": "^20.1.5",
0 commit comments