-
```
(cl-json:encode-json (local-time:now))
{"day":8845,"sec":63958,"nsec":58418000}
```
This encoding a Lisp timestamp is rarely useful outside of CL. Encoding as a unix timestamp would be more …
-
SQL server has a json_object function with a special syntax that uses colons instead of commas between json keys and values.
```sql
SELECT JSON_OBJECT('name':'value', 'type':1)
```
This is not…
-
I can't make an object containing the HTTP request form key-value pairs.
ActiveVFP can't fully expose the oRequest context. The only thing it does is DumpVars() which spits out a literal HTML strin…
-
**Is your feature request related to a problem? Please describe.**
Sometimes JSON blobs can be large and complex, it would be useful to have completions on the JSON Path, I noticed that the linter al…
-
Returning something like that
``` json
{
"code": 404,
"message": "Not Found"
}
```
or even better, whole page to be represented as json, for example including the text description, and code refe…
-
Originally reported on Google Code with ID 5586
```
Feature enhancement request:
I'd like to be able to hit Selenium Grid and get back a JSON telling me the current
status of the Grid.
Example:
{
…
-
**Describe the solution you'd like**
Currently you can only export as a `.zip` which includes the SQLite Database + files.
It would be nice to have other options for more useful formats like TXT, JS…
-
Scan through example_status.pdf to get json keys for useful data that needs to be recorded and comment them in this issue.
Stuff to record:
- RSSI
-
Presumably, users have achieved getting json into their app somehow (for example via http.get()).
But what can you do with it? The documentation says:
"The function can return lists, records, str…
-
The current output of the sensors module is string data wrapped into a dictionary.
![Screenshot from 2021-06-29 08-56-40](https://user-images.githubusercontent.com/158380/123830657-5a918380-d8b8-11…