JsonhPy 2.7__tar.gz → 2.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: JsonhPy
3
- Version: 2.7
3
+ Version: 2.8
4
4
  Summary: JSON for Humans in Python.
5
5
  Author-email: Joyless <joyless.mod@gmail.com>
6
6
  License-Expression: MIT
@@ -69,5 +69,5 @@ jsonh: str = """
69
69
  this is: awesome
70
70
  }
71
71
  """
72
- json: object = JsonhReader.parse_element_from_string(jsonh).value()
72
+ element: object = JsonhReader.parse_element_from_string(jsonh).value()
73
73
  ```
@@ -54,5 +54,5 @@ jsonh: str = """
54
54
  this is: awesome
55
55
  }
56
56
  """
57
- json: object = JsonhReader.parse_element_from_string(jsonh).value()
57
+ element: object = JsonhReader.parse_element_from_string(jsonh).value()
58
58
  ```
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "JsonhPy"
3
- version = "2.7"
3
+ version = "2.8"
4
4
  authors = [
5
5
  { name="Joyless", email="joyless.mod@gmail.com" },
6
6
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: JsonhPy
3
- Version: 2.7
3
+ Version: 2.8
4
4
  Summary: JSON for Humans in Python.
5
5
  Author-email: Joyless <joyless.mod@gmail.com>
6
6
  License-Expression: MIT
@@ -69,5 +69,5 @@ jsonh: str = """
69
69
  this is: awesome
70
70
  }
71
71
  """
72
- json: object = JsonhReader.parse_element_from_string(jsonh).value()
72
+ element: object = JsonhReader.parse_element_from_string(jsonh).value()
73
73
  ```
File without changes
File without changes
File without changes
File without changes