anyboxhq / everything-okjson

Submit your feature requests or bug reports here.
https://docs.okjson.app
Apache License 2.0
10 stars 0 forks source link

[Feature request] Menu String Suggestion #4

Closed Kyle-Ye closed 3 years ago

Kyle-Ye commented 3 years ago

Is your feature request related to a problem? Please describe. I always feel a little strange when I see "JSONPath" and "JSON Patch" appear in the same place 😂

截屏2021-09-10 10 59 26

Describe the solution you'd like Change "JSONPath" into "JSON Path" to unify the string format

Describe alternatives you've considered Change "JSON Patch" into "JSONPatch" (Personal I prefer the former)

Additional context I know JSONPath is the Library's Name. But I think that's how it is used in an API (no space in between, Camel-Case Rule). When we use it in another context, maybe a space is more proper. ♥️

francisfeng commented 3 years ago

Like XPath, JSONPath is a query language for selecting nodes from an JSON document. It's not just the library's name. It's the name.

So I think OK JSON should stick to the nomenclature.